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
ONOS MCP Server
An MCP server for managing ONOS (Open Network Operating System) networks.
Deepseek
Integrates Deepseek models with any MCP-compatible client, such as Claude Desktop.
1Panel
An MCP server for 1Panel, a modern Linux server operation and maintenance panel.
Lido
An MCP server for interacting with the Lido liquid staking protocol.
Shopify MCP Server
Interact with Shopify store data such as products, customers, and orders using the GraphQL API.
HuggingFace Spaces
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.
CloudWatch Logs
Access AWS CloudWatch logs to list log groups and read log entries.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers, featuring OAuth login support and local development capabilities.
Cloud PC Management
Manage Azure Cloud PCs using the Microsoft Graph API.
Forge MCP Server
Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.