meeting notes transcript summary for Claude Desktop
io.github.theluckystrike/meeting-notes-transcript-summary
Turn meeting notes or transcripts into a clean structured summary document from chat.
client:Claude Desktop
transport:streamable-http
tools:14
Install meeting notes transcript summary in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"meeting-notes-transcript-summary": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zovo.one/mcp/meeting-notes-transcript-summary"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs