mcp-rust-sdk

mediar-ai/mcp-rust-sdk
★ 6 stars Rust 📦 Other Updated 2mo ago
unofficial SDK for MCP servers in Rust
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-rust-sdk": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-rust-sdk"
      ]
    }
  }
}