Skip to content
Claude Desktop

polydev for Claude Desktop

io.github.polydev-ai/polydev

Query GPT-5, Claude, Gemini, and Grok simultaneously through one MCP server

client:Claude Desktop transport:stdio runtime:npm

Install polydev 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": {
    "polydev": {
      "command": "npx",
      "args": [
        "-y",
        "polydev-ai"
      ],
      "env": {
        "POLYDEV_USER_TOKEN": "<POLYDEV_USER_TOKEN>"
      }
    }
  }
}

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

polydev in other clients