MeetNotes for Claude Desktop
com.getmeetnotes/meetnotes
Search, read and export MeetNotes meeting transcripts, minutes and action items (getmeetnotes.com).
client:Claude Desktop
transport:streamable-http
Install MeetNotes in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"meetnotes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://getmeetnotes.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs