MCP Directory
Back

MCP-Bridge

by SecretiveShell · Python · ★ 924

A middleware to provide an openAI compatible endpoint that can call MCP tools

#ai#claude#mcp#mcp-server#mcp-servers#model-context-protocol#openai#openai-api

Install

pip install git+https://github.com/SecretiveShell/MCP-Bridge.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-bridge": {
      "command": "uvx",
      "args": [
        "git+https://github.com/SecretiveShell/MCP-Bridge.git"
      ]
    }
  }
}

From the README

MCP-Bridge acts as a bridge between the OpenAI API and MCP (MCP) tools, allowing developers to leverage MCP tools through the OpenAI API interface. > [!NOTE] > > Looking for new maintainers to assist with the project. Reach out in the Discord or open an issue if you are interested. > > Additionally, Open WebUI natively supports MCP (Model Context Protocol) starting in v0.6.31, so MCP-Bridge should be considered as soft deprecated now. MCP-Bridge is designed to facilitate the integration of MCP tools with the OpenAI API. It provides a set of endpoints that can be used to interact with MCP…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related communication servers