
MCP Proxy Rust
Supports UIby tidewave-ai
Connect STDIO-based MCP clients to HTTP (SSE) based MCP servers seamlessly.
What it does
MCP Proxy Rust acts as a bridge, allowing AI clients that only support standard input/output (STDIO) to interact with Model Context Protocol servers hosted over HTTP using Server-Sent Events (SSE).
Tools
- Protocol Translation: Converts STDIO requests into HTTP/SSE calls and vice versa.
- Version Management: Supports both 2024-11-05 and 2025-03-26 specifications.
- Protocol Overriding: Allows overriding the reported protocol version for compatibility with specific clients.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-proxy": {
"command": "/path/to/mcp-proxy",
"args": ["http://localhost:4000/tidewave/mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
curl -sL https://github.com/tidewave-ai/mcp_proxy_rust/releases/latest/download/mcp-proxy-aarch64-apple-darwin.tar.gz | tar xvInformation
- Pricing
- free
- Published
- 5/12/2026
- stars





