OpenAI
About
Query OpenAI models directly from Claude using MCP protocol
Details
- Author
- pierrebrunelle
- GitHub stars
- 83
- Downloads
- 476
- Categories
- Cloud Service, Community, Other, AI
Jump to
- Directly queries OpenAI models from Claude
- Simple setup via claude_desktop_config.json
- Runs as a standard Python MCP server
- Tested with pytest -v test_openai.py -s
- Open source under the MIT license
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
OpenAICommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server configuration to your claude_desktop_config.json file, specifying the Python command, the module path, and the environment variable OPENAI_API_KEY. Then launch Claude Desktop, and the server will be available as an MCP tool. Development and testing require cloning the repository and installing the package with pip install -e ..
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"openai": {
"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"
}
}
}
}
}
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"
}
}
}
Query OpenAI models directly from Claude using MCP protocol.
{ "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" } } } }
git clone https://github.com/pierrebrunelle/mcp-server-openai cd mcp-server-openai pip install -e .
# 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
AniList MCP server for accessing AniList API data
APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API, supporting querying and managing all resources in Apache APISIX.
Get up-to-date EC2 pricing information with one call. Fast. Powered by a pre-parsed AWS pricing catalogue.
Interact with your content on the Contentful platform
A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs.
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.
Connect to Kubernetes cluster and manage pods, deployments, services.
Golang-based Kubernetes MCP Server. Built to be extensible.
A Python MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




