Server data from the Official MCP Registry
Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.
Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CONVO_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-itsconvo-mcp-server": {
"env": {
"CONVO_API_KEY": "your-convo-api-key-here"
},
"args": [
"-y",
"@itsconvo/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Access your Convo meetings from any AI assistant that supports MCP (Claude, ChatGPT, Cursor, and more). Meeting intelligence that helps you prepare, follow up, and stay on top of everything.
Single meeting:
Across meetings:
Built-in workflows:
Download the Convo app, open the dashboard, and go to Settings to create an API key. You need a Starter plan or above.
npm install -g @itsconvo/mcp-server
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 mcp add convo convo-mcp -e CONVO_API_KEY=convo_your_api_key_here
Add to your Cursor MCP settings:
{
"mcpServers": {
"convo": {
"command": "convo-mcp",
"env": {
"CONVO_API_KEY": "convo_your_api_key_here"
}
}
}
}
| 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 |
| 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 |
| 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 |
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.