Multi-AI MCP Server - Connect ChatGPT, Claude, Gemini & Perplexity to your coding tools without any API
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"proxima": {
"command": "npx",
"args": [
"-y",
"Zen4-bit/Proxima"
]
}
}
}
Run in terminal:
claude mcp add proxima npx -y Zen4-bit/Proxima
Add to .cursor/mcp.json:
{
"mcpServers": {
"proxima": {
"command": "npx",
"args": [
"-y",
"Zen4-bit/Proxima"
]
}
}
}