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
Похожие серверы
Strava MCP Server
Access the Strava API to interact with activities, athlete information, and other Strava data.
WebsitePublisher.ai
Publish complete websites directly from any AI client via API — no hosting setup, CMS, or configuration required.
Commerce Cloud MCP Server
Connects AI applications with Salesforce Commerce Cloud using the Model Context Protocol (MCP).
Kaggle
Interact with the Kaggle API to access datasets, notebooks, and competitions.
tilt-mcp
Tilt MCP is a Model Context Protocol server that integrates with Tilt to provide programmatic access to Tilt resources, logs, and management operations for Kubernetes development environments
CloudStack MCP Server
Integrate with Apache CloudStack to manage cloud resources directly from your desktop.
Kubernetes
Interact with Kubernetes clusters using natural language to manage and query resources.
Gumroad
Interact with the Gumroad API to access and manage your products, sales, and creator data.
Azure Pricing MCP Server
Query Azure retail pricing information using the Azure Retail Prices API.
Google Admin MCP
A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs.