{
  "markdown": "# Laxis MCP Server\n\n[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=Laxis&config=eyJ1cmwiOiJodHRwczovL2FwcC5sYXhpcy50ZWNoL21jcCJ9)\n[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Laxis_MCP-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Laxis&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapp.laxis.tech%2Fmcp%22%7D)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE)\n\nThe **Laxis MCP Server** connects [Laxis](https://www.laxis.com) — the AI meeting\nnote taker and voice dictation tool for professionals — to Claude and other AI\ntools through the [Model Context Protocol](https://modelcontextprotocol.io).\nYour assistant can **search and read your meeting transcripts, summaries, and\nparticipants** directly in chat — turning every conversation you've recorded into\ncontext your AI can reason over.\n\n> **Remote, hosted server — nothing to install or run.** Laxis hosts the server\n> for you. You add one URL to your AI client and **sign in with your Laxis\n> account** — no local binary, Docker image, or `npm` package, and no API key to\n> copy or paste.\n\n## What is Laxis?\n\n[Laxis](https://www.laxis.com) is the next-generation **AI meeting note taker and\nvoice dictation tool** built for professionals. It records, transcribes, and\nsummarizes any conversation directly from your computer — no \"bot\" ever joins the\ncall — and works seamlessly with Zoom, Google Meet, Microsoft Teams, Webex, Slack\nHuddles, and more.\n\n- 🎥 **Botless meeting recording & transcription** — record and instantly\n  transcribe any meeting straight from your computer for a private, professional,\n  and seamless experience. High-accuracy AI handles multiple speakers and\n  technical jargon with ease.\n- 🎙️ **AI dictation — voice to text, anywhere** — speak instead of type. Laxis\n  turns your voice into clean, perfectly formatted text up to 3× faster than\n  typing, automatically removing filler words (\"um,\" \"uh\") and adding punctuation.\n  Perfect for drafting emails, notes, and messages by voice.\n- 🌐 **Real-time translation** — Laxis transcribes and translates conversations\n  live, so you can follow and capture cross-language discussions as they happen.\n- ✍️ **Personalized AI summaries** — don't just get a transcript. Laxis combines\n  your own real-time notes with the meeting transcript to generate insights that\n  reflect your specific context and priorities.\n- 📊 **50+ professional report templates** — turn hours of conversation into\n  structured documentation in seconds, including Sales Discovery, Project\n  Updates, User Interviews, and Candidate Screenings.\n- ✅ **Automated action items** — Laxis automatically identifies and extracts\n  tasks, ensuring nothing falls through the cracks.\n- 💬 **Real-time AI copilot** — chat with Laxis before, during, and after\n  meetings to get real-time insight.\n- 🔄 **Seamless CRM & tool integration** — automatically sync meeting insights,\n  action items, and customer data directly into Salesforce, HubSpot, Jira, Slack,\n  and your favorite productivity tools.\n- 🔒 **Enterprise-grade security** — your data is encrypted and private,\n  protected to the highest industry standards.\n\nSales teams use Laxis to update their CRM instantly and never miss a customer\nrequirement; product managers turn user interviews into actionable PRDs;\nconsultants deliver standardized client reports; recruiters capture every detail\nof candidate interviews. **This MCP server brings all of that recorded knowledge\nto your AI assistant.**\n\n## Use cases\n\n- **Recall decisions and commitments** — *\"What did we agree on pricing in my last call with Acme?\"*\n- **Catch up fast** — *\"Summarize my meetings from this week and list the action items.\"*\n- **Find the exact moment** — *\"Find where the customer mentioned their renewal date.\"*\n- **Prep for the next call** — *\"Who attended the Q3 planning meeting and what did we promise to follow up on?\"*\n\n## Tools\n\nAll tools are **read-only**. The server returns raw snippets from your meetings;\nyour AI client generates the answer. It never writes to your account, makes LLM\ncalls of its own, or touches data that isn't yours.\n\n| Tool | Purpose |\n|---|---|\n| `list_meetings` | Browse your recent meetings — title, date, duration, status, and a short summary (metadata only). |\n| `search_meetings` | Semantic search across your transcripts; returns the most relevant transcript snippets. |\n| `get_meeting` | Full details for one meeting — participants, AI summary points, and metadata. |\n| `get_transcript` | The full, paged transcript text, formatted as `[m:ss] Speaker: text`. |\n\n## How you connect\n\nYou only need a **[Laxis account](https://app.laxis.tech)**. Add the endpoint to\nyour AI client and it will open your browser to **sign in with Laxis** (OAuth 2.1\n+ PKCE) the first time it connects — approve once and you're done. Access tokens\nrefresh automatically, and you can revoke a client's access anytime from\n**Laxis → Settings → Claude (MCP)**.\n\nThe connection endpoint is always:\n\n```\nhttps://app.laxis.tech/mcp\n```\n\n> **We no longer recommend personal API keys.** Signing in with OAuth is more\n> secure (no long-lived secret to copy, store, or leak) and just as quick. API\n> keys remain available only for tools that can't sign in interactively — see\n> [Connecting without a browser](#connecting-without-a-browser-api-key).\n\n## Install\n\nPick your client. In every case you connect with the URL above and sign in with\nLaxis when prompted — there's no key to paste.\n\n### Claude Desktop & claude.ai (web) — custom connector (recommended)\n\nIn Claude Desktop or on claude.ai go to **Settings → Connectors → Add custom\nconnector**, paste the URL below, and complete the \"sign in with Laxis\" flow.\n\n```\nhttps://app.laxis.tech/mcp\n```\n\n### Claude Code\n\n```bash\nclaude mcp add Laxis --transport http https://app.laxis.tech/mcp\n```\n\nThen run `/mcp` in Claude Code and choose **Authenticate** to sign in with\nLaxis. Ask something like *\"Use Laxis to summarize my last meeting.\"*\n\n### Cursor\n\n[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=Laxis&config=eyJ1cmwiOiJodHRwczovL2FwcC5sYXhpcy50ZWNoL21jcCJ9)\n\nThe one-click button adds the server; open **Cursor → Settings → MCP** and click\n**Sign in** (or **Needs login**) next to Laxis to authorize. Or configure it\nmanually in `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"Laxis\": {\n      \"url\": \"https://app.laxis.tech/mcp\"\n    }\n  }\n}\n```\n\n### VS Code\n\n[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Laxis_MCP-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Laxis&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapp.laxis.tech%2Fmcp%22%7D)\n\nRequires VS Code 1.101+. After installing, VS Code prompts you to sign in with\nLaxis on first use. To configure manually, add a `.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"Laxis\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.laxis.tech/mcp\"\n    }\n  }\n}\n```\n\n### Windsurf\n\nAdd to `~/.codeium/windsurf/mcp_config.json`, then authorize when prompted:\n\n```json\n{\n  \"mcpServers\": {\n    \"Laxis\": {\n      \"serverUrl\": \"https://app.laxis.tech/mcp\"\n    }\n  }\n}\n```\n\n### Other clients\n\nAny client that speaks **Streamable HTTP** to a remote MCP server and supports\nthe MCP OAuth flow works. Point it at:\n\n- **URL:** `https://app.laxis.tech/mcp`\n- **Transport:** Streamable HTTP\n- **Auth:** OAuth 2.1 (the client discovers the sign-in flow automatically)\n\n## Connecting without a browser (API key)\n\n> **Not recommended.** Use this only for tools that can't complete an\n> interactive OAuth sign-in — headless scripts, CI, or automations such as\n> Zapier. A personal API key is a long-lived secret: anyone who has it can read\n> your meetings until you revoke it.\n\n1. In Laxis, go to **Settings → Claude (MCP) → Advanced** and generate a\n   personal API key (`laxis_…`).\n2. Send it as a bearer token on every request:\n\n   ```\n   Authorization: Bearer laxis_…\n   ```\n\nFor a desktop client that lacks native OAuth, you can bridge with\n[`mcp-remote`](https://www.npmjs.com/package/mcp-remote) and the header:\n\n```json\n{\n  \"mcpServers\": {\n    \"Laxis\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\", \"mcp-remote\",\n        \"https://app.laxis.tech/mcp\",\n        \"--header\", \"Authorization: Bearer laxis_…\"\n      ]\n    }\n  }\n}\n```\n\nTreat the key like a password. **Regenerating** it immediately invalidates the\nprevious one (and any automations that share it), so update those afterward.\n\n## How it works\n\n```\nYour AI client ──OAuth sign-in──▶ Laxis (authorize + consent)\n       │\n       └──Bearer access token──▶ Laxis MCP Server ──▶ Laxis API ──▶ your meetings\n```\n\nThe server is a thin, **retrieval-only** proxy in front of the Laxis API. It\nvalidates your OAuth access token, exchanges it for a short-lived, user-scoped\nupstream token (it never forwards your client's token to the API), fetches the\nrequested meeting data, and returns raw snippets. Your AI client does all the\nreasoning and answer-writing. You only ever see your own meetings, and access\nstops the moment you revoke the connection (or, in API-key mode, the key).\n\n## Roadmap\n\n- Listing in Anthropic's connector directory and on public MCP registries, for\n  one-click discovery.\n\n## Support\n\n- **Questions / bugs:** open an [issue](https://github.com/laxis-tech/laxis-mcp/issues).\n- **Product help:** [laxis.com](https://www.laxis.com) / in-app support.\n- **Security:** see [SECURITY.md](SECURITY.md) — please report privately, not via public issues.\n\n## License\n\n[MIT](LICENSE) © Laxis\n",
  "bytes": 9795,
  "sha": "74412e2e428aedf14f56b9eca752514c46eafb0b893e5b4d66d92bd0eb5c26da",
  "repo_slug": "laxis-tech/laxis-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_laxis_tech_laxis_mcp_499f2a39/readme"
}