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
1# mcp-server-openai-bridge23[](https://pypi.org/project/mcp-server-openai-bridge/)45MCP Server - Bridge to OpenAI API.67Part of the [HumoticaOS](https://humotica.com) / [SymbAIon](https://symbaion.eu) ecosystem.89## Installation1011```bash12pip install mcp-server-openai-bridge13```1415## Usage1617### With Claude Desktop1819Add to your `claude_desktop_config.json`:2021```json22{23 "mcpServers": {24 "openai": {25 "command": "mcp-server-openai-bridge",26 "env": {27 "OPENAI_API_KEY": "sk-..."28 }29 }30 }31}32```3334### With Docker3536```bash37docker build -t mcp-server-openai-bridge .38docker run -i -e OPENAI_API_KEY=sk-... mcp-server-openai-bridge39```4041## Environment Variables4243| Variable | Required | Description |44|----------|----------|-------------|45| `OPENAI_API_KEY` | Yes | Your OpenAI API key |4647## Features4849- Connect MCP clients to OpenAI API50- Support for GPT-4, GPT-3.5, and other models51- Streaming responses52- Simple configuration5354## Authors5556- Jasper van de Meent ([@jaspertvdm](https://github.com/jaspertvdm))57- Root AI (Claude) - root_ai@humotica.nl5859## License6061MIT6263---6465**One Love, One fAmIly!**6667## Official Distribution6869This package is officially distributed via:70- **PyPI**: https://pypi.org/project/mcp-server-openai-bridge/71- **GitHub**: https://github.com/jaspertvdm/mcp-server-openai-bridge7273> **Note**: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.74
Full transparency — inspect the skill content before installing.