mcp-server-openai-bridge
Bridge to OpenAI API. Access GPT, GPT-o and other OpenAI models through MCP.
mcp-server-openai-bridge
MCP Server - Bridge to OpenAI API.
Part of the HumoticaOS / SymbAIon ecosystem.
Installation
pip install mcp-server-openai-bridge
Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"openai": {
"command": "mcp-server-openai-bridge",
"env": {
"OPENAI_API_KEY": "sk-..."
}
}
}
}
With Docker
docker build -t mcp-server-openai-bridge .
docker run -i -e OPENAI_API_KEY=sk-... mcp-server-openai-bridge
Environment Variables
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY | Yes | Your OpenAI API key |
Features
- Connect MCP clients to OpenAI API
- Support for GPT-4, GPT-3.5, and other models
- Streaming responses
- Simple configuration
Authors
- Jasper van de Meent (@jaspertvdm)
- Root AI (Claude) - root_ai@humotica.nl
License
MIT
One Love, One fAmIly!
Related Servers
TechMCP
Integrates with PSG College of Technology's e-campus portal to provide AI assistants access to student academic data like marks, attendance, and timetables.
mcp-dice
Rolls dice using standard notation (e.g., 1d20) and returns individual rolls and their sum.
MCP-HA-Connect
A production-ready Model Context Protocol (MCP) server for Home Assistant integration with AI assistants like Claude.
ChatSpatial
MCP server for spatial transcriptomics analysis with 60+ integrated methods
Lightning Faucet MCP
Give AI agents a Bitcoin wallet with Lightning Network payments
MB's Personal MCP Server
A personal server for MB Crosier providing biography, contact information, and social links.
Fewsats
Enable AI Agents to purchase anything in a secure way using Fewsats
Cyberbro
Extracts Indicators of Compromise (IoCs) from text and checks their reputation using multiple threat intelligence services.
Paramus Chemistry INTENT
Makes hundreds of chemical calculations and AI model functions accessible to LLMs
Ecovacs Robot Control
Control and query the status of Ecovacs cleaning robots using the MCP protocol.