MCP Directory
Back

mcp-server-openai

by pierrebrunelle · Python · ★ 81

Query OpenAI models directly from Claude using MCP protocol.

Install

pip install git+https://github.com/pierrebrunelle/mcp-server-openai.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-server-openai": {
      "command": "uvx",
      "args": [
        "git+https://github.com/pierrebrunelle/mcp-server-openai.git"
      ]
    }
  }
}

From the README

Query OpenAI models directly from Claude using MCP protocol. Add to : MIT License
Read full README on GitHub →

Related ai & ml servers