rust-mcp-servers

luka-loehr/rust-mcp-servers
★ 0 stars Rust Browser/Web Updated today
Local MCP servers rewritten in Rust — no Node runtime, no bundled Chromium. 3-9MB idle vs 100-600+MB for the Node/Python originals.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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