plankit / mcp-bridge

Bridge for MCP servers

Connect stdio-only MCP clients to HTTP-based MCP servers.

Claude Desktop speaks stdio; your server speaks HTTP. mcp-bridge translates between the two — a single Go binary with no runtime dependencies. Designed for stateless JSON mode and serverless backends like Azure Functions and AWS Lambda.

Claude Code uses HTTP transport natively, but has known auth and timeout issues; the bridge works reliably for both clients.

Install

If you have Go installed:

go install github.com/markwharton/mcp-bridge@latest

Or download a binary for your platform from the releases page. Roughly 5 MB, no runtime dependencies.

What it does

Docs