MCP Server - Bridge to OpenAI API. Part of the HumoticaOS / SymbAIon ecosystem. Add to your claudedesktopconfig.json: - Connect MCP clients to OpenAI API - Support for GPT-4, GPT-3.5, and other models - Streaming responses - Simple configuration - Jasper van de Meent (@jaspertvdm) - Root AI (Claude) - rootai@humotica.nl One Love, One fAmIly! This package is officially distributed via: - PyPI: http
Add this skill
npx mdskills install jaspertvdm/mcp-server-openai-bridgeClear setup documentation but lacks detail on available tools and API endpoints
MCP Server - Bridge to OpenAI API.
Part of the HumoticaOS / SymbAIon ecosystem.
pip install mcp-server-openai-bridge
Add to your claude_desktop_config.json:
{
"mcpServers": {
"openai": {
"command": "mcp-server-openai-bridge",
"env": {
"OPENAI_API_KEY": "sk-..."
}
}
}
}
docker build -t mcp-server-openai-bridge .
docker run -i -e OPENAI_API_KEY=sk-... mcp-server-openai-bridge
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY | Yes | Your OpenAI API key |
MIT
One Love, One fAmIly!
This package is officially distributed via:
Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.
Install via CLI
npx mdskills install jaspertvdm/mcp-server-openai-bridgeMCP Server OpenAI Bridge is a free, open-source AI agent skill. MCP Server - Bridge to OpenAI API. Part of the HumoticaOS / SymbAIon ecosystem. Add to your claudedesktopconfig.json: - Connect MCP clients to OpenAI API - Support for GPT-4, GPT-3.5, and other models - Streaming responses - Simple configuration - Jasper van de Meent (@jaspertvdm) - Root AI (Claude) - rootai@humotica.nl One Love, One fAmIly! This package is officially distributed via: - PyPI: http
Install MCP Server OpenAI Bridge with a single command:
npx mdskills install jaspertvdm/mcp-server-openai-bridgeThis downloads the skill files into your project and your AI agent picks them up automatically.
MCP Server OpenAI Bridge works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.