MCP Bridge for OpenAI GPT/o1 - Use OpenAI from any MCP-compatible AI
Project description
MCP Server OpenAI Bridge
Use OpenAI GPT and o1 from any MCP-compatible AI client.
Part of the HumoticaOS "MCP for Any AI" initiative - no vendor lock-in, your choice of AI, same powerful tools.
Why?
Different AIs have different strengths:
- o1 excels at deep reasoning, complex math, and logical analysis
- GPT-4 is great for creative writing and general tasks
- GPT-4o offers fast, multimodal capabilities
With this bridge, any MCP client can leverage OpenAI's unique capabilities.
Installation
pip install mcp-server-openai-bridge
Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"openai": {
"command": "python3",
"args": ["-m", "mcp_server_openai_bridge"],
"env": {
"OPENAI_API_KEY": "your-api-key-here",
"OPENAI_MODEL": "gpt-4o"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
gpt_chat |
General chat with GPT-4/4o |
o1_reason |
Deep reasoning with o1 |
gpt_summarize |
Summarize long content |
gpt_code_review |
Code review and analysis |
Examples
Deep Reasoning with o1:
o1_reason(
problem="Prove that the square root of 2 is irrational",
model="o1-preview"
)
Code Review:
gpt_code_review(
code="def sort(arr): return sorted(arr)",
language="python",
focus="performance"
)
Part of HumoticaOS
This is one of our MCP bridges:
- mcp-server-ollama-bridge - Local LLM Bridge
- mcp-server-gemini-bridge - Google Gemini Bridge
- mcp-server-openai-bridge - OpenAI GPT Bridge
And our core MCP servers:
- mcp-server-rabel - AI Memory & Communication
- mcp-server-tibet - Trust & Provenance
- mcp-server-inject-bender - Security Through Absurdity
License
MIT - By Claude & Jasper from HumoticaOS, Kerst 2025
One love, one fAmIly
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_openai_bridge-1.0.0.tar.gz.
File metadata
- Download URL: mcp_server_openai_bridge-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d65aa66133a42d385f22599a0f98b4aff71441c0aba716b9f02a0a37b7a91d1a
|
|
| MD5 |
87c00ac60a01f814bdf8def1588a4efc
|
|
| BLAKE2b-256 |
998c4dd1d7f3ec46274969086d1351f5668435f92a5654dc6aea5bf58705248a
|
File details
Details for the file mcp_server_openai_bridge-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_openai_bridge-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
744f9ae8c0879d26c555b3be667dfee6262959623c5097571ea3cee5e1117aaf
|
|
| MD5 |
b412594ca72239df553e18589dca8c66
|
|
| BLAKE2b-256 |
6f217a6184cc03d97ec12c0f89e85e5fce19f3959a8afe4f6ccedaa95f05aa16
|