Pithflow for Claude Desktop
com.pithflow/pithflow
Read-only access to your own Pithflow meeting notes, transcripts, dictionary and usage.
client:Claude Desktop
transport:streamable-http
Install Pithflow in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pithflow": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.pithflow.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