Back to Apps

RMCP Agent
Supports UIby zbcheng
Rust library extending langchain-rust with MCP tool integration and streaming execution.
0 stars
Works in:claude
Exposes:Tools
What it does
RMCP Agent provides a robust framework for building AI agents in Rust that can seamlessly integrate with Model Context Protocol (MCP) tools via SSE transport, featuring real-time streaming of tool execution results.
Tools
This is a framework for building agents; the demo server provides:
sum: Add two integers.sub: Subtract two integers.factorial: Calculate factorial of a positive integer.
Installation
Add as a dependency to your Cargo.toml:
[dependencies]
rmcp-agent = { git = "https://github.com/ZBcheng/rmcp-agent" }
Supported hosts
- Claude Desktop
Quick install
cargo add rmcp-agent --git https://github.com/ZBcheng/rmcp-agentInformation
- Pricing
- free
- Published
- 6/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Implement a server using rmcp and add to claude_desktop_config.json





