MCP.so
Sign In

Openai Mcp Server

@voronkovm

About Openai Mcp Server

MCP server for OpenAI protocol

Basic information

Category

AI & Agents

License

MIT license

Runtime

node

Transports

stdio

Publisher

voronkovm

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Openai Mcp Server?

An MCP server that integrates with the OpenAI API, configured via environment variables for API key and model selection.

How to use Openai Mcp Server?

Clone the repository, run npm install && npm run clean-build, then add a configuration entry to your MCP settings file

Comments

More AI & Agents MCP servers