rust-clippy

GitHub

A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

13,392 stars Rust #lint#rust
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "rust-clippy": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-rust-clippy"
      ]
    }
  }
}