Access your meetings, transcripts, summaries, and action items from Convo, an AI meeting assistant. Cross-meeting intelligence: prepare for calls with past context, get weekly digests, and track action items across all meetings. Works before, during, and after your meetings.
Server Config
{
"mcpServers": {
"convo": {
"command": "npx",
"args": [
"-y",
"@itsconvo/mcp-server"
],
"env": {
"CONVO_API_KEY": "convo_your_api_key_here"
}
}
}
}