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
Servidores relacionados
Mindbody MCP Server
Interact with the Mindbody API for managing fitness and wellness studios.
MCP Integration Suite Server
A ModelContextProtocol (MCP) server for interacting with the SAP Integration Suite.
ServiceNow
An MCP server for interacting with ServiceNow instances to manage records, incidents, and other platform features.
Octodet Keycloak
Administer Keycloak by managing users, realms, roles, and other resources through an LLM interface.
DEX Metrics MCP
Tracks DEX trading volume metrics from Dune Analytics, segmented by blockchain, aggregator, and more.
MCP Payment Server
An MCP server for processing payments using stdio transport, configured via environment variables.
Reservation System MCP Server
Integrates with the WeChat cloud development reservation system API.
Oracle Service Cloud by CData
A read-only MCP server by CData that enables LLMs to query live data from Oracle Service Cloud.
AlibabaCloud DevOps MCP
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Spotify MCP Server
Interact with the Spotify API to manage playlists and control music playback.