RunBoth for Claude Desktop
dev.runboth/agent
Ask runboth.dev in plain language: what RunBoth does, how to install it, and its limits.
client:Claude Desktop
transport:streamable-http
tools:3
Install RunBoth in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://runboth-agent-mgbxvs4loq-uc.a.run.app/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