🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@itsconvo/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itsconvo/mcp-server

MCP server for Convo — AI meeting assistant. Access your meetings, transcripts, summaries, and action items from any AI assistant.

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
53
-28.38%
Maintainers
1
Weekly downloads
 
Created
Source

Convo MCP Server

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.

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

ToolDescription
meetings_listList and search your meetings
meetings_get_transcriptGet full meeting transcript
meetings_get_summaryGet key points, decisions, action items
meetings_get_feedbackGet coaching feedback and scores
meetings_askAsk any question about a meeting
meetings_draft_emailGenerate a follow-up email
meetings_shareCreate a shareable meeting link
calendar_upcomingView upcoming calendar events
account_infoCheck your plan and API usage

Cross-Meeting Intelligence

ToolDescription
intelligence_prepareGet a briefing from all past meetings with a person or company
intelligence_weekly_digestConsolidated digest of all meetings over a time period
intelligence_find_action_itemsFind all action items across meetings, filter by owner
intelligence_prepare_for_contactPull the Convo Memory briefing for one contact by email (Pro/Enterprise)
intelligence_unresolved_threadsList action items still open across all your contacts (Pro/Enterprise)

Prompts

PromptDescription
meeting-prepPre-built workflow to prepare for a meeting
weekly-reviewPre-built workflow for your weekly meeting review
follow-up-blitzDraft 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+

Keywords

mcp

FAQs

Package last updated on 22 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts