Skip to content
MCP Server Community By @jaspertvdm

jaspertvdm/mcp-server-openai-bridge

🐍 ☁️ - Bridge to OpenAI API. Access GPT-4, GPT-4o and other OpenAI models through MCP.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: jaspertvdm/mcp-server-openai-bridge Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-jaspertvdm-mcp-server-openai-bridge

Detailed Documentation

🐍 ☁️ - Bridge to OpenAI API. Access GPT-4, GPT-4o and other OpenAI models through MCP.

Configuration

{
  "mcpServers": {
    "jaspertvdm-mcp-server-openai-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jaspertvdm-mcp-server-openai-bridge"
      ],
      "env": {}
    }
  }
}