# rust-lang/rust-clippy | Model Context Protocol (MCP) Server > A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/ - **Stars**: ⭐ 13,392 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "rust-clippy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rust-clippy" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "rust-clippy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rust-clippy" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-rust-clippy` - **Docker**: `docker run -i --rm mcp/rust-clippy`