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
관련 서버
Kubernetes
Interact with Kubernetes clusters using natural language to manage and query resources.
Salesforce MCP
Interact with Salesforce orgs securely and modularly using LLM-driven tools.
Binance MCP Server
Access the Binance Futures API for trading, account management, and market data.
FastlyMCP
Interact with the Fastly API and CLI using an API key.
AWS MCP
Interact with your AWS environment using natural language to query and manage resources. Requires local AWS credentials.
CoSense
An MCP server for interacting with the CoSense collaborative sensemaking platform, supporting public and private projects.
AWS CDK
Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.
AWS MCP Servers
A suite of MCP servers providing AI applications with access to AWS documentation, contextual guidance, and best practices.
Stock Market MCP Server
Provides real-time US stock market data and company financial information using the Alpha Vantage API.
Illumio MCP Server
Interact with the Illumio Policy Compute Engine (PCE) to manage workloads, labels, and analyze traffic flows.