Proxima

Zen4-bit/Proxima
★ 475 stars JavaScript 🤖 AI/LLM Updated today
Multi-AI MCP Server - Connect ChatGPT, Claude, Gemini & Perplexity to your coding tools without any API
View on GitHub →

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"
      ]
    }
  }
}