Loading MCP server directory, please wait...
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
npx @getmcp/cli add io.github.speakai/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
SPEAK_API_KEYYour Speak AI API key. Generate one at https://app.speakai.co/developers/apikeys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.speakai/mcp-server": {
"command": "npx",
"args": [
"-y",
"@speakai/mcp-server"
],
"env": {
"SPEAK_API_KEY": "",
"SPEAK_BASE_URL": "https://api.speakai.co"
}
}
}
}