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
Related Servers
Proxmox MCP Server
A server for managing Proxmox VE environments directly from your project directory.
Rent a Mac
Rent a Mac mini M4 in the cloud. Access your device and manage them using our MCP server
Alibaba Cloud Ops
Integrates with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.
Strava MCP Server
Access the Strava API to interact with activities, athlete information, and other Strava data.
Heroku Platform
Interact with Heroku Platform resources securely using the Heroku CLI. Requires the Heroku CLI and a valid API key.
Honeycomb MCP
Interact with Honeycomb observability data, including datasets, SLOs, and triggers.
Weather
Accurate weather forecasts via the AccuWeather API (free tier available).
YouTube MCP
Manage YouTube videos, create Shorts, and get analytics using the YouTube API.
Google Ads MCP
Manage Google Ads campaigns and reporting using the Google Ads API.
Alpha Ticker MCP
Streams real-time Binance Alpha token prices and liquidity data for AI agents and workflows.