We built an MCP server that connects your meeting data to Claude, ChatGPT, Cursor, and the AI SDK.
Weekly reviews and meeting prep used to take 15-30 minutes. Now it takes one prompt.
Ask Convo “what action items am I behind on?” and it scans your last two weeks of meetings, pulls every action item with owners and priorities, and gives you a list. Ask “prepare me for my call with Sarah” and it searches all past meetings with her, pulls decisions and open items, and returns a briefing.
Also does summaries, coaching feedback (talk-to-listen ratio, communication scores), and batch follow-up email drafting across recent meetings.
-
Remote (Streamable HTTP) at itsconvo.com/api/mcp with Bearer token auth
-
Local (stdio) via npm install -g @itsconvo/mcp-server
7 tools on remote, 12 on local, 3 built-in prompts.
Just opened a PR to add it as an AI SDK example: feat(mcp): add Convo meeting intelligence example by markolo10 · Pull Request #14782 · vercel/ai · GitHub
Links: