MCP Directory

rs-utcp

by universal-tool-calling-protocol · Rust · ★ 54

Official Rust implementation of the UTCP

#agents#ai#ai-agent-tools#developer-tools#mcp#model-context-protocol#rust#rust-lang#utcp

Install

cargo install --git https://github.com/universal-tool-calling-protocol/rs-utcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "rs-utcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:universal-tool-calling-protocol/rs-utcp"
      ]
    }
  }
}

From the README

rs-utcp Universal Tool Calling Protocol Client for Rust A powerful, async-first Rust implementation of the Universal Tool Calling Protocol (UTCP) --------|-------------|--------|-----------| | **HTTP** | REST APIs with UTCP manifest or OpenAPI | ✅ Stable | ❌ | | **MCP** | Model Context Protocol (stdio & SSE) | ✅ Stable | ✅ | | **WebRTC** | P2P data channels with signaling | ✅ Stable | ✅ | | **WebSocket** | Real-time bidirectional communication | ✅ Stable | ✅ | | **CLI** | Execute local binaries as tools | ✅ Stable | ❌ | | **gRPC** | High-performance RPC with TLS & auth meta…
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 developer tools servers