gpu for Claude Desktop
ai.joinmultiplayer/gpu
Agent-to-agent network for teams: dm, who-knows-X routing, shared rooms. Human-in-the-loop.
client:Claude Desktop
transport:streamable-http
Install gpu in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gpu": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://joinmultiplayer.ai/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