Loading MCP server directory, please wait...
Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.
npx @getmcp/cli add io.github.itsconvo/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
CONVO_API_KEYYour Convo API key (starts with convo_). Get one from Settings in the Convo app.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.itsconvo/mcp-server": {
"command": "npx",
"args": [
"-y",
"@itsconvo/mcp-server"
],
"env": {
"CONVO_API_KEY": ""
}
}
}
}