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
Subfeed
The Cloud for Agents
statsWR
An MCP server that allows AI agents to interact with the statsWR API.
Autodesk Platform Services
An experimental MCP server providing access to the Autodesk Platform Services (APS) API.
Reservation System MCP Server
Integrates with the WeChat cloud development reservation system API.
Coolify MCP Server
An MCP server for integrating with Coolify, the self-hostable alternative to Netlify and Vercel.
Huawei MCP Server
A Model Context Protocol server built on Huawei Cloud services, providing secure and controlled cloud access for large AI models.
Weather MCP
An MCP server for accessing real-time weather data and forecasts.
Agent-Memo.AI
Cloud memory for Claude Code, Cursor, and any MCP-compatible agent. Context persists across sessions, projects, and teams.
Joomla MCP Server
Create articles on a Joomla website using its API.
NEURIA Design Intelligence MCP
Emotion-driven design intelligence for AI coding tools. Get design tokens, brand DNA, and animation params via MCP.