Presentr Analyze for Claude Desktop
io.github.michaelw-pr/presentr-analyze
Podcast and media analysis: transcripts, captions, chapters, ad markers and show notes.
client:Claude Desktop
transport:streamable-http
Install Presentr Analyze in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"presentr-analyze": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://analyze.presentr.me/api/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