MCP Directory
Back

rust-mcp-sdk

by rust-mcp-stack · Rust · ★ 179

A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.

#crates-io#mcp-client#mcp-server#mcp-tools#model-context-protocol#rust

Install

cargo install --git https://github.com/rust-mcp-stack/rust-mcp-sdk.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://crates.io/crates/rust-mcp-sdk) [](https://docs.rs/rust-mcp-sdk) [ ](https://github.com/rust-mcp-stack/rust-mcp-sdk/actions/workflows/ci.yml) [ ](examples/hello-world-mcp-server-stdio) A high-performance, asynchronous Rust toolkit for building MCP servers and clients. This SDK fully implements the latest MCP protocol version ([2025-11-25](https://docs.rs/rust-mcp-schema/latest/rust_mcp_schema)) and passes [100% of official MCP conformance tests](https://github.com/rust-mcp-stack/rust-mcp-sdk/actions/workflows/conformance.yml). provides the necessary components for developing…
Read full README on GitHub →

Related other servers