OpenAI MCP Server
@pierrebrunelle
OpenAI MCP Server について
Query OpenAI models directly from Claude using MCP protocol.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"openai-server": {
"command": "python",
"args": [
"-m",
"src.mcp_server_openai.server"
],
"env": {
"PYTHONPATH": "C:/path/to/your/mcp-server-openai",
"OPENAI_API_KEY": "your-key-here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is OpenAI MCP Server?
OpenAI MCP Server is a lightweight bridge that lets Claude (or any MCP client) send prompts to OpenAI models and receive responses, using the Model Context Protocol. It is intended for developers who want to combine Claude’s interface with OpenAI’s language models.
How to use OpenAI MCP Server?
Add the server configuration to your claude_desktop_config.json file, specifying the Python command, the module path, and the environment variable OPENAI_API_KEY. Then launch Claude Desktop, and the server will be available as an MCP tool. Development and testing require cloning the repository and installing the package with pip install -e ..
Key features of OpenAI MCP Server
- Directly queries OpenAI models from Claude
- Simple setup via
claude_desktop_config.json - Runs as a standard Python MCP server
- Tested with
pytest -v test_openai.py -s - Open source under the MIT license
Use cases of OpenAI MCP Server
- Enabling Claude to answer questions using OpenAI’s GPT models
- Comparing outputs from OpenAI models side‑by‑side in Claude
- Using Claude’s interface to access OpenAI for specialized tasks
- Rapid prototyping of multi‑model workflows without leaving the chat
FAQ from OpenAI MCP Server
What runtime does OpenAI MCP Server require?
Python 3 must be installed on your system. The server is invoked with python -m src.mcp_server_openai.server.
How do I configure the server?
Edit claude_desktop_config.json to include the server entry, set the PYTHONPATH to the server directory, and provide your OPENAI_API_KEY environment variable.
How can I test that the server works?
From the project root, run pytest -v test_openai.py -s. A successful test prints an OpenAI response and passes all checks.
What OpenAI models are supported?
The server works with any OpenAI model accessible via the standard API—no model‑specific restrictions are mentioned in the README.
Does the server support streaming or advanced features?
The README does not describe streaming, function calling, or other advanced OpenAI API features. It only covers sending a prompt and receiving a reply.
「AI とエージェント」の他のコンテンツ
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
コメント