MCP OpenAI Server
MCP OpenAIサーバー
Claude から OpenAI のモデルをシームレスに使用できるようにするモデル コンテキスト プロトコル (MCP) サーバー。
特徴
OpenAIのチャットモデルとの直接統合
以下を含む複数のモデルのサポート:
gpt-4o
gpt-4o-ミニ
o1プレビュー
o1-ミニ
シンプルなメッセージパッシングインターフェース
基本的なエラー処理
Related MCP server: OpenAI Agents MCP Server
前提条件
Node.js >= 18 (
npmとnpxを含む)
インストール
まず、 Claude デスクトップ アプリがインストールされていること、およびOpenAI API キーがリクエストされていることを確認します。
次のエントリをclaude_desktop_config.jsonに追加します (Mac では~/Library/Application\ Support/Claude/claude_desktop_config.jsonにあります)。
{
"mcpServers": {
"mcp-openai": {
"command": "npx",
"args": ["-y", "@mzxrai/mcp-openai@latest"],
"env": {
"OPENAI_API_KEY": "your-api-key-here (get one from https://platform.openai.com/api-keys)"
}
}
}
}この設定により、Claude Desktop は必要なときにいつでも OpenAI MCP サーバーを起動できます。
使用法
Claude とチャットを開始し、OpenAI のモデルを使用したい場合は、Claude に使用するように依頼してください。
例えば、
Can you ask o1 what it thinks about this problem?または、
What does gpt-4o think about this?サーバーは現在、次のモデルをサポートしています。
gpt-4o (デフォルト)
gpt-4o-ミニ
o1プレビュー
o1-ミニ
ツール
openai_chatOpenAIのチャット完了APIにメッセージを送信します
引数:
messages: メッセージの配列(必須)model: 使用するモデル(オプション、デフォルトは gpt-4o)
問題
これはアルファ版ソフトウェアのため、バグが含まれている可能性があります。問題が発生した場合は、Claude Desktop の MCP ログを確認してください。
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log発達
# Install dependencies
pnpm install
# Build the project
pnpm build
# Watch for changes
pnpm watch
# Run in development mode
pnpm dev要件
Node.js >= 18
OpenAI APIキー
検証済みプラットフォーム
[x] macOS
[ ] リナックス
ライセンス
マサチューセッツ工科大学
著者
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceA lightweight bridge that wraps OpenAI's built-in tools (like web search and code interpreter) as Model Context Protocol servers, enabling their use with Claude and other MCP-compatible models.412MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude users to access specialized OpenAI agents (web search, file search, computer actions) and a multi-agent orchestrator through the MCP protocol.410
- Alicense-qualityCmaintenanceA universal server that enables MCP-compatible clients (like Claude Desktop, Cursor, VS Code) to access OpenAI's APIs for chat completions, image generation, embeddings, and model listing through a standardized interface.157MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides unified access to 400+ AI models from 30+ providers through OpenRouter's API, enabling seamless integration with Claude Code.40Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP (Model Context Protocol) server for Appwrite
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/mzxrai/mcp-openai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server