Convo
Access your meeting transcripts, summaries, and action items from any AI assistant.
Ads
Overview
Access your Convo meetings from any AI assistant that supports MCP (Claude, ChatGPT, Cursor, and more). Not just a data wrapper. Cross-meeting intelligence that helps you prepare, follow up, and stay on top of everything. Single meeting: - Read transcripts with speaker names and timestamps - Get summaries with key points, decisions, and action items - Get coaching feedback with communication scores - Ask any question about a meeting - Draft follow-up emails that reference actual discussion points
Installation
npm install -g @itsconvo/mcp-server
Configuration
{
"mcpServers": {
"convo": {
"command": "convo-mcp",
"env": {
"CONVO_API_KEY": "convo_your_api_key_here"
}
}Capabilities
- Search and list meetings
Find past meetings by keyword, date, or participant using `meetings.list`.
- Get transcripts and summaries
Retrieve full transcripts with speaker names and timestamps via `meetings.get_transcript`, or key points, decisions, and action items via `meetings.get_summary`.
- Ask questions about a meeting
Query specific details from a meeting's content with `meetings.ask`.
- Draft follow-up emails
Generate a follow-up email that references actual discussion points using `meetings.draft_email`.
- Prepare for upcoming meetings
Get a briefing on all past interactions with a person or company via `intelligence.prepare`.
- Find open action items across meetings
Locate all outstanding action items, optionally filtered by owner, using `intelligence.find_action_items`.
Tags
- communication
- meeting-notes
- notes
- productivity
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.