/ Annuaire / Playground / Proxima Multi-AI MCP
● Communauté Zen4-bit ⚡ Instantané

Proxima Multi-AI MCP

par Zen4-bit · Zen4-bit/Proxima

Multi-AI MCP server — connect ChatGPT, Claude, Gemini & Perplexity to coding tools without API keys.

Multi-AI MCP server — connect ChatGPT, Claude, Gemini & Perplexity to coding tools without API keys.

Démo en direct

Aperçu en pratique

proxima-multi-ai-mcp.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "proxima-multi-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proxima-multi-ai-mcp"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "proxima-multi-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proxima-multi-ai-mcp"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "proxima-multi-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proxima-multi-ai-mcp"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "proxima-multi-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proxima-multi-ai-mcp"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "proxima-multi-ai-mcp",
      "command": "npx",
      "args": [
        "-y",
        "proxima-multi-ai-mcp"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "proxima-multi-ai-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "proxima-multi-ai-mcp"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add proxima-multi-ai-mcp -- npx -y proxima-multi-ai-mcp

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Proxima Multi-AI MCP

Get started with Proxima Multi-AI MCP

Quand l'utiliser : When you want to bring Proxima Multi-AI MCP into your Claude workflow.

Déroulement
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Proxima Multi-AI MCP to help me with a task.✓ Copié

Résultat : Claude can interact with Proxima Multi-AI MCP directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills