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.
Overview
Convo MCP Server
Convo is an AI meeting assistant that helps you before, during, and after your calls.
Tools
Single meeting:
list_meetings- List and search your meetingsget_transcript- Full transcript with speaker names and timestampsget_summary- Key points, decisions, and action itemsget_feedback- AI coaching feedback with communication scoresask_about_meeting- Ask any question about a meetingdraft_followup_email- Draft follow-up emails referencing actual discussion pointsshare_meeting- Generate a shareable linkget_upcoming_meetings- View upcoming calendar eventsget_account_info- Check your plan and API usage
Cross-meeting intelligence:
prepare_for_meeting- Briefing from all past meetings with a person or companyweekly_digest- Consolidated digest across all meetings in a time periodfind_action_items- All action items across meetings, filterable by owner
Prompts
meeting-prep- One-click briefing before any callweekly-review- Consolidated weekly meeting summaryfollow-up-blitz- Batch draft follow-up emails for recent meetings
Setup
- Download the Convo app at itsconvo.com (requires Starter plan or above)
- Generate an API key in your dashboard settings
- Install:
npm install -g @itsconvo/mcp-server
Server Config
{
"mcpServers": {
"convo": {
"command": "npx",
"args": [
"-y",
"@itsconvo/mcp-server"
],
"env": {
"CONVO_API_KEY": "convo_your_api_key_here"
}
}
}
}