mcp-server-openai logo

mcp-server-openaiOpenAI-Modelle direkt von Claude über das MCP-Protokoll abfragen.

(0)
Daniel NikulshynGeprüft von Daniel Nikulshyn·Aktualisiert Juli 2026

Übersicht

mcp-server-openai ist ein Server, der es ermöglicht, OpenAI-Modelle direkt von Claude über das MCP-Protokoll abzufragen. Er wurde entwickelt, um mit Claude, einem KI-Assistenten, verwendet zu werden, um Zugang zu OpenAI-Modellen zu bieten. Der Server wird eingerichtet, indem eine Konfiguration zur claude_desktop_config.json Datei hinzugefügt wird, die den Befehl und die Umgebungsvariablen, einschließlich des OpenAI-API-Schlüssels, angibt. Das Repository bietet eine Python-Implementierung des Servers und enthält Tests zur Überprüfung seiner Funktionalität. Das Projekt ist unter der MIT License lizenziert.

Hauptfunktionen

  • Abfrage von OpenAI-Modellen
  • Unterstützung des MCP-Protokolls
  • Konfigurierbar über JSON

Preise

Modell
Free
Kategorie
MCP-Server
Bewertung
Noch keine Bewertungen

Anwendungsfälle

KI-Modell-Integration

OpenAI-Modelle mit Claude für erweiterte KI-Funktionen integrieren

Entwicklungstest

Zur Testung von OpenAI-API-Aufrufen in einer Entwicklungsumgebung verwenden

Pro & Contra

Pro

  • Ermöglicht die Abfrage von OpenAI-Modellen über Claude
  • Einfache Einrichtung über Konfigurationsdatei
  • MIT License

Contra

  • Benötigt Python- und pip-Installation
  • Erfordert einen OpenAI-API-Schlüssel für die Funktionalität

Bewertungen

Melde dich an, um eine Bewertung abzugeben.

Noch keine Bewertungen. Sei die/der Erste!

Fragen & Antworten

What are the main limitations of mcp-server-openai?

It requires a local Python environment with pip, and you must supply a valid OpenAI API key. There’s no built‑in authentication or caching, and the server only exposes OpenAI models through the MCP protocol—no other third‑party integrations.

Asked by Ingrid Bauer · Feb 23, 2026

What are the steps to set up the server?

Clone the repository, run `pip install .` to install dependencies, then add the provided JSON snippet to claude_desktop_config.json. Ensure you set the correct PYTHONPATH and provide your OpenAI API key in the env section.

Asked by Dalia Haddad · Dec 13, 2025

How do I integrate this server with Claude?

Add a new entry under "mcpServers" in your claude_desktop_config.json, specifying the command to run the server and the OPENAI_API_KEY environment variable. Once started, Claude can query OpenAI models via the MCP protocol.

Asked by Marcus Bell · Dec 8, 2025

What is the cost of using mcp-server-openai?

The server itself is free under the MIT License, but it relies on OpenAI’s API, so you’ll incur the standard OpenAI usage charges based on the model and tokens you consume.

Asked by Quyen Tran · Dec 5, 2025

Frage stellen

Alternativen zu MCP-Server