gpusmarket for Claude Desktop
io.github.jyswee/gpusmarket
Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server.
client:Claude Desktop
transport:sse
runtime:npm
Install gpusmarket in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gpusmarket": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.gpusmarket.com/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs