Proxima

v1.0.0Coding Agentsstable

Multi-AI MCP Server - Connect ChatGPT, Claude, Gemini & Perplexity to your coding tools without any API

proximamcpai-integration
Share:
971
Stars
0
Downloads
0
Weekly
0/5

What is Proxima?

Proxima is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to multi-ai mcp server - connect chatgpt, claude, gemini & perplexity to your coding tools without any api

Multi-AI MCP Server - Connect ChatGPT, Claude, Gemini & Perplexity to your coding tools without any API

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Multi-AI MCP Server - Connect ChatGPT, Claude, Gemini & Perp

Use Cases

Connect ChatGPT, Claude, Gemini, and Perplexity to your coding tools.
Access development tools without managing separate API keys.
Zen4-bit

Maintainer

LicenseNOASSERTION
Languagejavascript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx proxima

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Proxima

Proxima is a multi-AI MCP server that routes requests to ChatGPT, Claude, Gemini, and Perplexity from a single interface, eliminating the need to manage separate API keys for each provider. It exposes 45+ MCP tools covering AI queries, code fixing, test writing, security audits, multi-model debates, and deep web search, all served over a local REST API or WebSocket stream. Developers use it to compare model outputs, chain queries across providers, and integrate multiple AI assistants into coding editors like Cursor and Windsurf without juggling individual provider accounts.

Prerequisites

  • Node.js 18+ installed on your machine
  • An MCP-compatible client such as Claude Desktop, Cursor, or Windsurf
  • Proxima application installed and running locally (see installation steps)
  • Accounts with the AI providers you want to use (ChatGPT, Gemini, Perplexity, or Claude)
1

Install Proxima from source

Clone the repository and install Node.js dependencies. Alternatively, download a pre-built installer from the GitHub Releases page for Windows.

git clone https://github.com/Zen4-bit/Proxima.git
cd Proxima
npm install
npm start
2

Install the CLI to PATH

Make the proxima command available system-wide so it can be invoked from any terminal.

# macOS / Linux
sudo npm link

# Windows: open Settings in the Proxima app and click 'Install CLI to PATH'
3

Note the MCP server script path

The MCP server entry point is the file src/mcp-server-v3.js inside the cloned directory. You will need its absolute path for editor configuration.

4

Configure Claude Desktop or your editor

Add the MCP server to your client config file. Replace the path with the actual absolute path to your Proxima installation.

{
  "mcpServers": {
    "proxima": {
      "command": "node",
      "args": ["/absolute/path/to/Proxima/src/mcp-server-v3.js"]
    }
  }
}
5

Connect AI providers inside Proxima

Open the Proxima app and authenticate with each AI provider you want to use. Proxima handles credential storage so individual MCP tools do not require API keys in the config.

6

Test the integration

Use the CLI or your editor's AI chat to query multiple models and confirm the MCP tools are reachable.

proxima ask "Explain the difference between async/await and Promises"

Proxima Examples

Client configuration

Claude Desktop config block for Proxima using the local Node.js server script.

{
  "mcpServers": {
    "proxima": {
      "command": "node",
      "args": ["/absolute/path/to/Proxima/src/mcp-server-v3.js"]
    }
  }
}

Prompts to try

Example prompts that leverage Proxima's multi-model and code-focused tools.

- "Ask all AIs: what is the best approach to rate-limiting a REST API?"
- "Fix this Python error: TypeError: 'NoneType' object is not subscriptable"
- "Have Claude and ChatGPT debate the best database for a real-time analytics app"
- "Run a security audit on this SQL query: SELECT * FROM users WHERE id='" + req.query.id
- "Deep search for recent papers on transformer efficiency improvements"

Troubleshooting Proxima

MCP client cannot connect to the Proxima server

Confirm the Proxima app is running (npm start) before starting your editor or Claude Desktop. The MCP server runs as a subprocess — if Proxima is not already started, node mcp-server-v3.js may fail to bind. Check that the file path in your config is an absolute path.

AI tools return 'provider not authenticated' errors

Open the Proxima GUI and re-authenticate with the failing provider. Credentials are stored per-provider and may expire. The CLI and MCP tools rely on the same credential store as the GUI.

proxima CLI command not found after npm link

On macOS/Linux confirm sudo npm link completed without errors and that the npm global bin directory is in your PATH. Run 'npm bin -g' to find the directory and add it to your shell profile if needed.

Frequently Asked Questions about Proxima

What is Proxima?

Proxima is a Model Context Protocol (MCP) server that multi-ai mcp server - connect chatgpt, claude, gemini & perplexity to your coding tools without any api It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Proxima?

Follow the installation instructions on the Proxima GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Proxima?

Proxima works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Proxima free to use?

Yes, Proxima is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "proxima": { "command": "npx", "args": ["-y", "proxima"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Proxima?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides