MCP OpenAIサーバー
Claude から OpenAI のモデルをシームレスに使用できるようにするモデル コンテキスト プロトコル (MCP) サーバー。
特徴
OpenAIのチャットモデルとの直接統合
以下を含む複数のモデルのサポート:
gpt-4o
gpt-4o-ミニ
o1プレビュー
o1-ミニ
シンプルなメッセージパッシングインターフェース
基本的なエラー処理
前提条件
Node.js >= 18 (
npmとnpxを含む)
インストール
まず、 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_chatOpenAIのチャット完了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.
Claude から OpenAI のモデルをシームレスに使用できるようにするモデル コンテキスト プロトコル (MCP) サーバー。
Related MCP Servers
- Asecurity-licenseAqualityA 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 -936MIT License
- -security-license-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 -35
- Asecurity-licenseAqualityA 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.Last updated -49
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server that integrates with OmniFocus to enable Claude (or other MCP-compatible AI assistants) to interact with your tasks and projects.Last updated -73291