Loading languages...
@M

@mzxrai/mcp-openai

@mzxrai54

A Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude. ## Features - Direct integration with OpenAI's chat models - Support for multiple models including: - gpt-4o - gpt-4o-mini - o1-preview - o1-mini - Simple message passing interface - Basic error handling

openai
claude
ai
llm

# mcpServer Config

{
  "mcpServers": {
    "mcp-openai": {
      "command": "npx",
      "args": [
        "-y",
        "@mzxrai/mcp-openai@latest"
      ],
      "env": {
        "OPENAI_API_KEY": "your-api-key-here (get one from https://platform.openai.com/api-keys)"
      }
    }
  }
}

# stdio

npx -y @mzxrai/mcp-openai@latest
Transport:
stdio
Langue:
TypeScript
Mis à jour:7/23/2025