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
{
"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