# jaspertvdm/mcp-server-openai-bridge [Health: Active]

**Category:** 🔗 Aggregators  
**Repository:** https://github.com/jaspertvdm/mcp-server-openai-bridge  
**GitHub Stars:** 2  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/jaspertvdm-mcp-server-openai-bridge

## Description
Bridge to OpenAI API. Access GPT-4, GPT-4o and other OpenAI models through MCP.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "mcp-server-openai-bridge": {
    "command": "uvx",
    "args": ["mcp-server-openai-bridge"],
    "env": {
      "OPENAI_API_KEY": ""
    }
  }
}
```

**Requires environment variables:** `OPENAI_API_KEY` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation & README

# mcp-server-openai-bridge

[![PyPI](https://img.shields.io/pypi/v/mcp-server-openai-bridge)](https://pypi.org/project/mcp-server-openai-bridge/)

MCP Server - Bridge to OpenAI API.

Part of the [HumoticaOS](https://humotica.com) / [SymbAIon](https://symbaion.eu) ecosystem.

## Installation

```bash
pip install mcp-server-openai-bridge
```

## Usage

### With Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "openai": {
      "command": "mcp-server-openai-bridge",
      "env": {
        "OPENAI_API_KEY": "sk-..."
      }
    }
  }
}
```

### With Docker

```bash
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](https://github.com/jaspertvdm))
- Root AI (Claude) - root_ai@humotica.nl

## License

MIT

---

**One Love, One fAmIly!**

## Official Distribution

This package is officially distributed via:
- **PyPI**: https://pypi.org/project/mcp-server-openai-bridge/
- **GitHub**: https://github.com/jaspertvdm/mcp-server-openai-bridge

> **Note**: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.

[![Available on CodeGuilds](https://img.shields.io/badge/Available_on-CodeGuilds-6366f1)](https://codeguilds.dev/packages/mcp-server-openai-bridge)

