Back to MCP Servers
Server Openai Bridge
Bridge to OpenAI API. Access GPT-4, GPT-4o and other OpenAI models through MCP.
aggregatorsapiai
By jaspertvdm
Installation
npx -y mcp-server-openai-bridgeConfiguration
{
"mcpServers": {
"mcp-server-openai-bridge": {
"command": "npx",
"args": ["-y", "mcp-server-openai-bridge"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes