Submit

Convo

@itsconvo

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 meetings
  • get_transcript - Full transcript with speaker names and timestamps
  • get_summary - Key points, decisions, and action items
  • get_feedback - AI coaching feedback with communication scores
  • ask_about_meeting - Ask any question about a meeting
  • draft_followup_email - Draft follow-up emails referencing actual discussion points
  • share_meeting - Generate a shareable link
  • get_upcoming_meetings - View upcoming calendar events
  • get_account_info - Check your plan and API usage

Cross-meeting intelligence:

  • prepare_for_meeting - Briefing from all past meetings with a person or company
  • weekly_digest - Consolidated digest across all meetings in a time period
  • find_action_items - All action items across meetings, filterable by owner

Prompts

  • meeting-prep - One-click briefing before any call
  • weekly-review - Consolidated weekly meeting summary
  • follow-up-blitz - Batch draft follow-up emails for recent meetings

Setup

  1. Download the Convo app at itsconvo.com (requires Starter plan or above)
  2. Generate an API key in your dashboard settings
  3. 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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.