Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_openai_bridge-1.0.0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_openai_bridge-1.0.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_openai_bridge-1.0.0.tar.gz.

File metadata

File hashes

Hashes for mcp_server_openai_bridge-1.0.0.tar.gz
Algorithm Hash digest
SHA256 d65aa66133a42d385f22599a0f98b4aff71441c0aba716b9f02a0a37b7a91d1a
MD5 87c00ac60a01f814bdf8def1588a4efc
BLAKE2b-256 998c4dd1d7f3ec46274969086d1351f5668435f92a5654dc6aea5bf58705248a

See more details on using hashes here.

File details

Details for the file mcp_server_openai_bridge-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_openai_bridge-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 744f9ae8c0879d26c555b3be667dfee6262959623c5097571ea3cee5e1117aaf
MD5 b412594ca72239df553e18589dca8c66
BLAKE2b-256 6f217a6184cc03d97ec12c0f89e85e5fce19f3959a8afe4f6ccedaa95f05aa16

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page