Skip to main content
Other Tools and IntegrationsTypeScript

mzxrai/mcp-openai

Chat with OpenAI's smartest models

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mzxrai/mcp-openai

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
mzxrai