← Index

Speak AI

io.github.speakai/mcp-server·v1.7.4·Search
Quality Score
100
/100

Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.speakai.co/v1/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@speakai/mcp-server"
      ],
      "env": {
        "SPEAK_API_KEY": "<your-speak_api_key>",
        "SPEAK_BASE_URL": "https://api.speakai.co"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@speakai/mcp-server"
      ],
      "env": {
        "SPEAK_API_KEY": "<your-speak_api_key>",
        "SPEAK_BASE_URL": "https://api.speakai.co"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @speakai/mcp-server
§02  Environment variables
SPEAK_API_KEY
requiredsecret

Your Speak AI API key. Generate one at https://app.speakai.co/developers/apikeys.

SPEAK_BASE_URL

Override the Speak AI API base URL. Defaults to https://api.speakai.co.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
10
§04  Alternatives in Search