Skip to content
Claude Desktop

Speak AI for Claude Desktop

io.github.speakai/mcp-server

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

client:Claude Desktop transport:streamable-http runtime:npm

Install Speak AI in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.speakai.co/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Speak AI in other clients