MCP Integration
The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude Code connect to external data sources. The Menutes MCP server gives Claude Code direct access to your meeting transcripts and summaries.Why MCP?
Instead of copy-pasting meeting notes into your AI assistant, MCP lets Claude Code:- List your meetings — “What meetings did I have this week?”
- Read transcripts — “What did we decide about the API redesign?”
- Get summaries — “Summarize yesterday’s standup”
- Search across meetings — “Find all meetings where we discussed pricing”
How It Works
- The MCP server runs locally on your machine
- Claude Code communicates with it via stdio
- The server calls the Menutes API using your API key
- Transcripts and summaries are fetched on demand
Available Tools
| Tool | Description |
|---|---|
list_recordings | List your meetings with optional filtering by status |
get_recording | Get metadata for a specific meeting (title, duration, speakers) |
get_transcript | Get the full transcript with speaker labels and timestamps |
get_summary | Get the AI-generated meeting summary |
search_recordings | Search meetings by title |
Set up MCP
Get started with the MCP server in 2 minutes