OpenAI
Query OpenAI models directly from Claude using MCP protocol
OpenAI MCP Server
Query OpenAI models directly from Claude using MCP protocol.

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
関連サーバー
Giant Swarm App Platform
A server for managing Giant Swarm App Platform deployments using Kubernetes credentials.
AWS News
Fetches the latest announcements, blog posts, and news for specific AWS services.
MCP SSH Server
Provides SSH access to remote servers, allowing AI tools to securely connect to your VPS for management.
Nacos MCP Router
A MCP server for Nacos that provides search, installation, and proxy functionalities. Connects to a Nacos server via environment variables.
Kubernetes
Connect to Kubernetes cluster and manage pods, deployments, services.
Multi-Cluster MCP server
A gateway for GenAI systems to interact with multiple Kubernetes clusters through the MCP.
Cost Management MCP
A server for unified cost management across various cloud providers and API services.
Binance MCP Server
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
DeepSeek
Access DeepSeek's advanced language models via the DeepSeek API.
Alpaca
Interact with the Alpaca trading API for stock trading, account management, and market data using LLMs.