MCP Directory
Back

modelcontextprotocol-rust-sdk

by withpoly · Rust · ★ 0

modelcontextprotocol-rust-sdk — MCP server.

Install

cargo install --git https://github.com/withpoly/modelcontextprotocol-rust-sdk.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol-rust-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "github:withpoly/modelcontextprotocol-rust-sdk"
      ]
    }
  }
}

From the README

简体中文 [](https://crates.io/crates/rmcp) [](https://docs.rs/rmcp/latest/rmcp) An official rust Model Context Protocol SDK implementation with tokio async runtime. Start a client in one line: 1. Build a transport The transport type must implemented [] trait, which allow it send message concurrently and receive message sequentially. There are 3 pairs of standard transport types: | transport | client | server | |:-: |:-:…
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