{
  "markdown": "# Convo MCP Server\n\nAccess your [Convo](https://www.itsconvo.com) 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.\n\n## What you can do\n\n**Single meeting:**\n- Read transcripts with speaker names and timestamps\n- Get summaries with key points, decisions, and action items\n- Get coaching feedback with communication scores\n- Ask any question about a meeting\n- Draft follow-up emails that reference actual discussion points\n\n**Across meetings:**\n- Prepare for an upcoming meeting by reviewing all past interactions with a person or company\n- Get a weekly digest of all meetings, decisions, and action items\n- Find all open action items across your meetings, filtered by owner or priority\n\n**Built-in workflows:**\n- Meeting Prep prompt: one-click briefing before any call\n- Weekly Review prompt: consolidated week summary\n- Follow-up Blitz prompt: draft follow-up emails for all recent meetings at once\n\n## Setup\n\n### 1. Get your API key\n\nDownload the [Convo app](https://www.itsconvo.com), open the dashboard, and go to Settings to create an API key. You need a Starter plan or above.\n\n### 2. Install\n\n```bash\nnpm install -g @itsconvo/mcp-server\n```\n\n### 3. Configure your AI assistant\n\n#### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"convo\": {\n      \"command\": \"convo-mcp\",\n      \"env\": {\n        \"CONVO_API_KEY\": \"convo_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n#### Claude Code\n\n```bash\nclaude mcp add convo convo-mcp -e CONVO_API_KEY=convo_your_api_key_here\n```\n\n#### Cursor\n\nAdd to your Cursor MCP settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"convo\": {\n      \"command\": \"convo-mcp\",\n      \"env\": {\n        \"CONVO_API_KEY\": \"convo_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n### Core\n\n| Tool | Description |\n|------|-------------|\n| `meetings.list` | List and search your meetings |\n| `meetings.get_transcript` | Get full meeting transcript |\n| `meetings.get_summary` | Get key points, decisions, action items |\n| `meetings.get_feedback` | Get coaching feedback and scores |\n| `meetings.ask` | Ask any question about a meeting |\n| `meetings.draft_email` | Generate a follow-up email |\n| `meetings.share` | Create a shareable meeting link |\n| `calendar.upcoming` | View upcoming calendar events |\n| `account.info` | Check your plan and API usage |\n\n### Cross-Meeting Intelligence\n\n| Tool | Description |\n|------|-------------|\n| `intelligence.prepare` | Get a briefing from all past meetings with a person or company |\n| `intelligence.weekly_digest` | Consolidated digest of all meetings over a time period |\n| `intelligence.find_action_items` | Find all action items across meetings, filter by owner |\n\n### Prompts\n\n| Prompt | Description |\n|--------|-------------|\n| `meeting-prep` | Pre-built workflow to prepare for a meeting |\n| `weekly-review` | Pre-built workflow for your weekly meeting review |\n| `follow-up-blitz` | Draft follow-up emails for all recent meetings |\n\n## Example prompts\n\n- \"Prepare me for my meeting with Sarah tomorrow\"\n- \"What action items am I behind on?\"\n- \"Give me a digest of all my meetings this week\"\n- \"Draft follow-up emails for all my calls from the last 3 days\"\n- \"What have we discussed with Acme Corp over the last month?\"\n- \"How was my communication in today's client call?\"\n- \"What did we decide about pricing across all recent meetings?\"\n\n## Requirements\n\n- Convo account with Starter plan or above\n- API key from your Convo app (Settings > API Keys)\n- Node.js 18+\n\n## Links\n\n- [Convo](https://www.itsconvo.com)\n- [API Documentation](https://docs.itsconvo.com)\n- [OpenAPI Spec](https://www.itsconvo.com/openapi.json)\n",
  "bytes": 3805,
  "sha": "27973ea47950900ec15be1c9a656af55729d984310432125442f21d966e3ea6a",
  "repo_slug": "itsconvo/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_itsconvo_mcp_server_4f0478b4/readme"
}