Multi LLM Cross-Check MCP Server
Multi-LLM-Cross-Check MCP-Server
Ein Model Control Protocol (MCP)-Server ermöglicht die gleichzeitige Überprüfung von Antworten mehrerer LLM-Anbieter. Dieser Server ist als MCP-Server in Claude Desktop integriert und bietet eine einheitliche Schnittstelle für die Abfrage verschiedener LLM-APIs.
Merkmale
Mehrere LLM-Anbieter parallel abfragen
Unterstützt derzeit:
OpenAI (ChatGPT)
Anthropisch (Claude)
Ratlosigkeits-KI
Google (Gemini)
Asynchrone Parallelverarbeitung für schnellere Antworten
Einfache Integration mit Claude Desktop
Related MCP server: MCP AI Bridge
Voraussetzungen
Python 3.8 oder höher
API-Schlüssel für die LLM-Anbieter, die Sie verwenden möchten
UV-Paketmanager (Installation mit
pip install uv)
Installation
Installation über Smithery
So installieren Sie Multi LLM Cross-Check Server für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @lior-ps/multi-llm-cross-check-mcp-server --client claudeManuelle Installation
Klonen Sie dieses Repository:
git clone https://github.com/lior-ps/multi-llm-cross-check-mcp-server.git
cd multi-llm-cross-check-mcp-serverUV-Umgebung initialisieren und Anforderungen installieren:
uv venv
uv pip install -r requirements.txtKonfigurieren Sie in Claude Desktop: Erstellen Sie in Ihrem Claude Desktop-Konfigurationsverzeichnis eine Datei mit dem Namen
claude_desktop_config.jsonmit folgendem Inhalt:{ "mcp_servers": [ { "command": "uv", "args": [ "--directory", "/multi-llm-cross-check-mcp-server", "run", "main.py" ], "env": { "OPENAI_API_KEY": "your_openai_key", // Get from https://platform.openai.com/api-keys "ANTHROPIC_API_KEY": "your_anthropic_key", // Get from https://console.anthropic.com/account/keys "PERPLEXITY_API_KEY": "your_perplexity_key", // Get from https://www.perplexity.ai/settings/api "GEMINI_API_KEY": "your_gemini_key" // Get from https://makersuite.google.com/app/apikey } } ] }Hinweise:
Sie müssen nur die API-Schlüssel für die LLM-Anbieter hinzufügen, die Sie verwenden möchten. Der Server überspringt alle Anbieter ohne konfigurierte API-Schlüssel.
Möglicherweise müssen Sie den vollständigen Pfad zur UV-Programmdatei in das Befehlsfeld eingeben. Sie erhalten diesen, indem Sie
which uvunter MacOS/Linux oderwhere uvunter Windows ausführen.
Verwenden des MCP-Servers
Nach der Konfiguration:
Der Server wird automatisch gestartet, wenn Sie Claude Desktop öffnen
Sie können das Tool
cross_checkin Ihren Gesprächen verwenden, indem Sie darum bitten, „mit anderen LLMs zu vergleichen“.Geben Sie eine Eingabeaufforderung ein, und es werden Antworten von allen konfigurierten LLM-Anbietern zurückgegeben
API-Antwortformat
Der Server gibt ein Wörterbuch mit Antworten von jedem LLM-Anbieter zurück:
{
"ChatGPT": { ... },
"Claude": { ... },
"Perplexity": { ... },
"Gemini": { ... }
}Fehlerbehandlung
Wenn für einen bestimmten LLM kein API-Schlüssel angegeben wird, wird dieser Anbieter übersprungen
API-Fehler werden abgefangen und in der Antwort zurückgegeben
Die Antwort jedes LLM ist unabhängig, sodass Fehler bei einem Anbieter keine Auswirkungen auf andere haben
Beitragen
Beiträge sind willkommen! Senden Sie gerne einen Pull Request.
Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert – Einzelheiten finden Sie in der Datei LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for building and testing AI agents with multi-model experimentation and insights.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Related MCP Servers
- FlicenseDqualityDmaintenanceA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.11
- AlicenseBqualityDmaintenanceA secure Model Context Protocol server that enables Claude Code to connect with OpenAI and Google Gemini models, allowing users to query multiple AI providers through a standardized interface.33MIT
- AlicenseNot gradedqualityFmaintenanceAn enhanced Model Context Protocol server that enables Claude to seamlessly collaborate with multiple AI models (Gemini, OpenAI, local models) for code analysis and development tasks, maintaining context across conversations.2254Apache 2.0
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides unified access to multiple LLM APIs including ChatGPT, Claude, and DeepSeek, allowing users to call different LLMs from MCP-compatible clients and combine their responses.73516MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lior-ps/multi-llm-cross-check-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server