Skip to content
Claude Desktop

gpu bridge for Claude Desktop

io.github.fjnunezp75/gpu-bridge

30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more.

client:Claude Desktop transport:stdio runtime:npm

Install gpu bridge in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gpu-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@gpu-bridge/mcp-server"
      ],
      "env": {
        "GPUBRIDGE_API_KEY": "<GPUBRIDGE_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

gpu bridge in other clients