Server data from the Official MCP Registry
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
Remote endpoints: streamable-http: https://app.laxis.tech/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
4 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-laxis-tech-laxis-mcp": {
"url": "https://app.laxis.tech/mcp"
}
}
}From the project's GitHub README.
The Laxis MCP Server connects Laxis to Claude and other AI tools through the Model Context Protocol. Your assistant can search and read your meeting transcripts, summaries, and participants directly in chat — turning every conversation you've recorded into context your AI can reason over.
Remote, hosted server — nothing to install or run. Laxis hosts the server for you. You just add one URL and your personal API key to your AI client. There is no local binary, Docker image, or
npmpackage to manage.
All tools are read-only. The server returns raw snippets from your meetings; your AI client generates the answer. It never writes to your account, makes LLM calls of its own, or touches data that isn't yours.
| Tool | Purpose |
|---|---|
list_meetings | Browse your recent meetings — title, date, duration, status, and a short summary (metadata only). |
search_meetings | Semantic search across your transcripts; returns the most relevant transcript snippets. |
get_meeting | Full details for one meeting — participants, AI summary points, and metadata. |
get_transcript | The full, paged transcript text, formatted as [m:ss] Speaker: text. |
Authorization
header — e.g. Claude Code, Cursor, VS Code, or Windsurf. (See
Claude Desktop & claude.ai for those clients.)laxis_xxxxxxxx….Treat this key like a password: it grants read access to your meetings. Regenerating the key immediately invalidates the previous one (and any Zapier zaps that share it), so update your connectors afterward. The same screen shows a ready-to-paste
claude mcp addcommand for Claude Code.
The connection endpoint is always:
https://app.laxis.tech/mcp
with the header:
Authorization: Bearer YOUR_KEY
Replace YOUR_KEY below with the key you generated.
claude mcp add Laxis --transport http https://app.laxis.tech/mcp \
--header "Authorization: Bearer YOUR_KEY"
Then ask Claude something like "Use Laxis to summarize my last meeting."
The one-click button adds the server with a placeholder key — after installing,
open Cursor → Settings → MCP (or ~/.cursor/mcp.json) and replace
YOUR_KEY with your real key. Or configure it manually:
{
"mcpServers": {
"Laxis": {
"url": "https://app.laxis.tech/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}
Requires VS Code 1.101+. You'll be prompted for your API key on first use. To
configure manually, add a .vscode/mcp.json to your workspace (this version
prompts for the key and stores it securely instead of hard-coding it):
{
"inputs": [
{
"type": "promptString",
"id": "laxis_pat",
"description": "Laxis personal API key",
"password": true
}
],
"servers": {
"Laxis": {
"type": "http",
"url": "https://app.laxis.tech/mcp",
"headers": {
"Authorization": "Bearer ${input:laxis_pat}"
}
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"Laxis": {
"serverUrl": "https://app.laxis.tech/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}
Native one-click custom connectors in Claude Desktop and on claude.ai use
OAuth, which is coming soon for Laxis (see Roadmap). Until then,
connect Claude Desktop with the mcp-remote
bridge (requires Node.js). Edit Settings → Developer → Edit Config
(claude_desktop_config.json):
{
"mcpServers": {
"Laxis": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://app.laxis.tech/mcp",
"--header", "Authorization: Bearer YOUR_KEY"
]
}
}
}
Restart Claude Desktop after saving.
Any client that speaks Streamable HTTP to a remote MCP server works. Point it at:
https://app.laxis.tech/mcpAuthorization: Bearer YOUR_KEYYour AI client ──(Authorization: Bearer laxis_…)──▶ Laxis MCP Server ──▶ Laxis API
The server is a thin, retrieval-only proxy in front of the Laxis API. It holds no signing keys: it exchanges your personal API key for a short-lived, user-scoped token, fetches the requested meeting data, and returns raw snippets. Your AI client does all the reasoning and answer-writing from those snippets. You only ever see your own meetings, and access stops the moment you regenerate or delete the key.
MIT © Laxis
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.