MCP Bridge provides an OpenAI-compatible API endpoint that translates requests to MCP tool calls. It connects AI agents to MCP tools via a middleware layer. Developers use it to integrate MCP tools with OpenAI-compatible applications.
MCP Bridge provides an OpenAI-compatible API endpoint that translates requests to MCP tool calls. It connects AI agents to MCP tools via a middleware layer. Developers use it to integrate MCP tools with OpenAI-compatible applications.
pip install MCP-BridgeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"secretiveshell-mcp-bridge-github": {
"command": "uvx",
"args": [
"pip install MCP-Bridge"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP Bridge?"
API Key Required
This server requires an API key from MCP Bridge. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_BRIDGE_API_KEY | Yes | Your MCP Bridge API key |
"What resources are available in MCP Bridge?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP Bridge"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP Bridge with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.