★ 0 stars
Python
🤖 AI/LLM
Updated today
MCP Server to record, transcribe, and summarize any audio — meetings, YouTube, podcasts, lectures — with speaker identification and automatic meeting minutes. Cross-platform (macOS, Windows, Linux).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-meeting-mcp": {
"command": "uvx",
"args": [
"claude-meeting-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add claude-meeting-mcp uvx claude-meeting-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-meeting-mcp": {
"command": "uvx",
"args": [
"claude-meeting-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install claude-meeting-mcp
Topics
audio-recording claude mcp-server meeting-minutes speaker-diarization transcription whisper