mcp-server-openai

このプロジェクトは、Claudeから直接OpenAIモデルにクエリを送信するためのMCPプロトコルを使用したサーバーです。設定が簡単で、Python環境で動作します。テスト機能も備えており、OpenAI APIとの統合がスムーズです。

GitHubスター

66

ユーザー評価

未評価

フォーク

15

イシュー

4

閲覧数

0

お気に入り

0

README
OpenAI MCP Server

Query OpenAI models directly from Claude using MCP protocol.

preview

Setup

Add to claude_desktop_config.json:

{
  "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"
      }
    }
  }
}
Development
git clone https://github.com/pierrebrunelle/mcp-server-openai
cd mcp-server-openai
pip install -e .
Testing
# Run tests from project root
pytest -v test_openai.py -s

# Sample test output:
Testing OpenAI API call...
OpenAI Response: Hello! I'm doing well, thank you for asking...
PASSED
License

MIT License

作者情報
Pierre Brunelle

Doing New Things. ex-founder @noteable-io (acq by @confluentinc ) | formerly Amazon, AWS, & Siemens … Decision Scientist & Structural Engineer

PixeltableSeattle

14

フォロワー

39

リポジトリ

1

Gist

3

貢献数

トップ貢献者

スレッド