Skip to main content
Other Tools and IntegrationsPython

pierrebrunelle/mcp-server-openai

Query OpenAI models directly from Claude using MCP protocol

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pierrebrunelle/mcp-server-openai

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-openai": {
      "command": "npx",
      "args": [
        "-y",
        "pierrebrunelle/mcp-server-openai"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
pierrebrunelle