Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-itsconvo-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / productivity
Dynamic problem-solving through sequential thought chains
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
a self-hosted project management & Kanban solution + Instant shareable boards
MCP Security Weekly
Get CVE alerts and security updates for io.github.itsconvo/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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 |