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
Recommend MCP Servers 💡
osm-mcp-server
An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.
mcp-server-siri-shortcuts
Provides access to Siri Shortcuts functionality on macOS, allowing LLMs to list, open, and run shortcuts.
dart-mcp-server
An AI Model Context Protocol (MCP) server for Dart AI, providing tools for task and document management.
@burtthecoder/mcp-shodan
MCP server for Shodan — search internet-connected devices, IP reconnaissance, DNS lookups, and CVE/CPE vulnerability intelligence. Works with Claude Code, Codex, Gemini CLI, and Claude Desktop.
networkx-mcp-server
A MCP server providing advanced graph analysis capabilities using NetworkX for AI conversations
Central-Memory-MCP
An MCP memory server built with Azure Functions and TypeScript, providing persistent knowledge graph storage for AI assistants in VS Code, forked from `@modelcontextprotocol/server-memory`.