MCP OpenAIサーバー
Claude から OpenAI のモデルをシームレスに使用できるようにするモデル コンテキスト プロトコル (MCP) サーバー。
特徴
- OpenAIのチャットモデルとの直接統合
- 以下を含む複数のモデルのサポート:
- gpt-4o
- gpt-4o-ミニ
- o1プレビュー
- o1-ミニ
- シンプルなメッセージパッシングインターフェース
- 基本的なエラー処理
前提条件
- Node.js >= 18 (
npm
とnpx
を含む) - クロードデスクトップアプリ
- OpenAI APIキー
インストール
まず、 Claude デスクトップ アプリがインストールされていること、およびOpenAI API キーがリクエストされていることを確認します。
次のエントリをclaude_desktop_config.json
に追加します (Mac では~/Library/Application\ Support/Claude/claude_desktop_config.json
にあります)。
この設定により、Claude Desktop は必要なときにいつでも OpenAI MCP サーバーを起動できます。
使用法
Claude とチャットを開始し、OpenAI のモデルを使用したい場合は、Claude に使用するように依頼してください。
例えば、
または、
サーバーは現在、次のモデルをサポートしています。
- gpt-4o (デフォルト)
- gpt-4o-ミニ
- o1プレビュー
- o1-ミニ
ツール
openai_chat
- OpenAIのチャット完了APIにメッセージを送信します
- 引数:
messages
: メッセージの配列(必須)model
: 使用するモデル(オプション、デフォルトは gpt-4o)
問題
これはアルファ版ソフトウェアのため、バグが含まれている可能性があります。問題が発生した場合は、Claude Desktop の MCP ログを確認してください。
発達
要件
- Node.js >= 18
- OpenAI APIキー
検証済みプラットフォーム
- [x] macOS
- [ ] リナックス
ライセンス
マサチューセッツ工科大学
著者
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Claude から OpenAI のモデルをシームレスに使用できるようにするモデル コンテキスト プロトコル (MCP) サーバー。
Related MCP Servers
- -securityAlicense-qualityA simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.Last updated -26PythonMIT License
Open-Ledger-MCP-Serverofficial
-securityAlicense-qualityA Model Context Protocol (MCP) server implementation for the OpenLedger API. This server provides structured context to AI models according to the MCP specification.Last updated -8TypeScriptApache 2.0- -securityFlicense-qualityA Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.Last updated -28Python
- -securityAlicense-qualityA 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.Last updated -8PythonMIT License