Openai Mcp Server
About
An MCP server that integrates with the OpenAI API, configured via environment variables for API key and model selection.
Details
- Author
- voronkovm
- Downloads
- 179
- Categories
- AI
Jump to
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
Openai Mcp ServerCommand (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
Clone the repository, run npm install && npm run clean-build, then add a configuration entry to your MCP settings file
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"openai mcp server": {
"github.com/voronkovm/openai-mcp-server": {
"command": "node",
"args": [
"/Users/user/Documents/Cline/MCP/openai-mcp-server/build/index.js"
],
"env": {
"OPENAI_MCP_API_KEY": "",
"OPENAI_MCP_MODEL": ""
}
}
}
}
}
McpServers
{
"github.com/voronkovm/openai-mcp-server": {
"command": "node",
"args": [
"/Users/user/Documents/Cline/MCP/openai-mcp-server/build/index.js"
],
"env": {
"OPENAI_MCP_API_KEY": "",
"OPENAI_MCP_MODEL": ""
}
}
}
Installation:
1) Download and install:
cd /Users/user/Documents/Cline/MCP/
git clone github.com/voronkovm/openai-mcp-server.git
npm install && npm run clean-build
2) add to mcp_settings.json
{
"mcpServers": {
"github.com/voronkovm/openai-mcp-server": {
"autoApprove": [],
"timeout": 60,
"command": "node",
"args": [
"/Users/user/Documents/Cline/MCP/openai-mcp-server/build/index.js"
],
"env": {
"OPENAI_MCP_API_KEY": "sk-proj-....",
"OPENAI_MCP_MODEL": "gpt-4o"
},
"transportType": "stdio"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
