1. Conduid
  2. Communication
  3. io.github.itsconvo/mcp-server
MCP server · Communication

io.github.itsconvo/mcp-server

Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.

Unclaimed comms
37Low

Scored 4 months ago · breakdown

About io.github.itsconvo/mcp-server

io.github.itsconvo/mcp-server is an MCP server in the Communication category: access your Convo meetings, transcripts, summaries, and action items from any AI assistant. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-itsconvo-mcp-server -- npx -y @itsconvo/mcp-server
npx
npx -y @itsconvo/mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.itsconvo/mcp-server

Powered by Claude · Grounded in docs

I know everything about io.github.itsconvo/mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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

Tool Description
meetings.list List and search your meetings
meetings.get_transcript Get full meeting transcript
meetings.get_summary Get key points, decisions, action items
meetings.get_feedback Get coaching feedback and scores
meetings.ask Ask any question about a meeting
meetings.draft_email Generate a follow-up email
meetings.share Create a shareable meeting link
calendar.upcoming View upcoming calendar events
account.info Check your plan and API usage

Cross-Meeting Intelligence

Tool Description
intelligence.prepare Get a briefing from all past meetings with a person or company
intelligence.weekly_digest Consolidated digest of all meetings over a time period
intelligence.find_action_items Find all action items across meetings, filter by owner

Prompts

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

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+

Links

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.itsconvo/mcp-server

How do I install io.github.itsconvo/mcp-server?

Run claude mcp add io-github-itsconvo-mcp-server -- npx -y @itsconvo/mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.itsconvo/mcp-server safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.itsconvo/mcp-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.