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
Recommend MCP Servers 💡
sitemcp
A Model Context Protocol (MCP) server that fetches an entire website and makes its content available as context for large language models.
think-mcp
MCP Server for reasoning
@r-huijts/oorlogsbronnen-mcp
MCP server for accessing Dutch World War II archives through the Oorlogsbronnen API. Provides structured access to historical records, photographs, and documents from 1940-1945 Netherlands.

Linear
Linear's MCP server provides a standardized interface for AI models and agents to securely access and manage Linear data, including issues, projects, and comments.
milatechtransfer/paperpal
MCP Extension that helps with searching and writing literature reviews by accessing arxiv, Hugging Face papers, and semantic scholar
git-v2
An MCP server that provides enhanced Git operations (init, clone, status, commit, push, pull, branch, tag, remote, stash management) and GitHub integration to AI assistants.