Convo

Convo

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.

Category
Visit Server

README

Convo MCP Server

Access your Convo meetings from any large language model (LLM) that supports MCP (Claude, ChatGPT, Cursor, and more). Meeting intelligence that helps you prepare, follow up, and stay on top of everything.

What you can do

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

Across meetings:

  • Prepare for an upcoming meeting by reviewing all past interactions with a person or company
  • Get a weekly digest of all meetings, decisions, and action items
  • Find all open action items across your meetings, filtered by owner or priority

Built-in workflows:

  • Meeting Prep prompt: one-click briefing before any call
  • Weekly Review prompt: consolidated week summary
  • Follow-up Blitz prompt: draft follow-up emails for all recent meetings at once

Setup

1. Get your API key

Download the Convo app, open the dashboard, and go to Settings to create an API key. You need a Starter plan or above.

2. Install

npm install -g @itsconvo/mcp-server

3. Configure your AI assistant

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "convo": {
      "command": "convo-mcp",
      "env": {
        "CONVO_API_KEY": "convo_your_api_key_here"
      }
    }
  }
}

Claude Code

claude mcp add convo convo-mcp -e CONVO_API_KEY=convo_your_api_key_here

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "convo": {
      "command": "convo-mcp",
      "env": {
        "CONVO_API_KEY": "convo_your_api_key_here"
      }
    }
  }
}

Tools

Core

Tool Description
list_meetings List and search your meetings
get_transcript Get full meeting transcript
get_summary Get key points, decisions, action items
get_feedback Get coaching feedback and scores
ask_about_meeting Ask any question about a meeting
draft_followup_email Generate a follow-up email
share_meeting Create a shareable meeting link
get_upcoming_meetings View upcoming calendar events
get_account_info Check your plan and API usage

Cross-Meeting Intelligence

Tool Description
prepare_for_meeting Get a briefing from all past meetings with a person or company
weekly_digest Consolidated digest of all meetings over a time period
find_action_items Find all action items across meetings, filter by owner

Prompts

Prompt Description
meeting-prep Pre-built workflow to prepare for a meeting
weekly-review Pre-built workflow for your weekly meeting review
follow-up-blitz Draft follow-up emails for all recent meetings

Example prompts

  • "Prepare me for my meeting with Sarah tomorrow"
  • "What action items am I behind on?"
  • "Give me a digest of all my meetings this week"
  • "Draft follow-up emails for all my calls from the last 3 days"
  • "What have we discussed with Acme Corp over the last month?"
  • "How was my communication in today's client call?"
  • "What did we decide about pricing across all recent meetings?"

Requirements

  • Convo account with Starter plan or above
  • API key from your Convo app (Settings > API Keys)
  • Node.js 18+

Links

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured