HomeOther › Vexa

Vexa

Meeting bot and transcripts for Google Meet, Teams and Zoom. Live or after, speakers labelled.

Python Remote
★ 2,820 stars Last pushed 2026-09-19 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.cloud.vexa.ai/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http vexa https://api.cloud.vexa.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "vexa": {
      "url": "https://api.cloud.vexa.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <Vexa API key> — from https://vexa.ai/account

Related servers

Data from the Official MCP Registry