Setting Up MCP for Claude Code
Prerequisites
- A Menutes account with at least one recording
- Claude Code installed
- An API key from Settings → API Keys
Step 1: Create an API Key
Go to Settings → API Keys and create a new key named “Claude Code”.Step 2: Add MCP Configuration
Add the following to your.mcp.json file (in your project root or home directory):
Step 3: Use It
Open Claude Code and try:- “List my recent meetings”
- “What was discussed in the last standup?”
- “Get the transcript from meeting about the API redesign”
- “Summarize yesterday’s meeting”
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
MENUTES_API_KEY | Yes | — | Your API key (starts with mnts_) |
MENUTES_BASE_URL | No | https://app.menutes.com | API base URL |
Troubleshooting
MCP server not connecting
MCP server not connecting
Make sure
npx is available in your PATH. Try running npx @menutes/mcp-server directly to check for errors.Authentication errors
Authentication errors
Verify your API key is correct and not revoked. Create a new key in Settings if needed.
No recordings found
No recordings found
The API only returns recordings you have access to. Make sure you have completed recordings in your account.