rust-mcp

dexwritescode/rust-mcp
★ 29 stars Rust 📦 Other Updated 27d ago
An MCP server for Rust Language Server (rust-analyzer)
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": {
    "rust-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-mcp"
      ]
    }
  }
}