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
OpenAI Server
Project Details
- pierrebrunelle/mcp-server-openai
- MIT License
- Last Updated: 4/16/2025
Recomended MCP Servers
A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing,...
Integration of Needle in modelcontextprotocol
story based implementation for sequential thinking
一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
MCP server for Directus API integration
A Model Context Protocol (MCP) server that enables secure terminal command execution, directory navigation, and file system operations...
Evaluate if a task requires human intervention
MCP server for Intercom chat integration
MCP server that interacts with TickTick via the TickTick Open API
An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages,...
mcp server for interacting with HubSpot





