rainbow-halfConnecting MCP Clients

Once you have APIs imported and tools enabled, connect any MCP-compatible client to MCP Bridge.

Endpoint

http://<your-host>:8080/mcp

This uses the Streamable HTTP MCP transport.

Claude Desktop

Add to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "mcp-bridge": {
      "url": "http://localhost:8080/mcp"
    }
  }
}

Other MCP Clients

Any client supporting the Streamable HTTP transport can connect to the /mcp endpoint. If OAuth2 protection is enabled on the MCP endpoint, include a Bearer token in the Authorization header.

Last updated