ruff (MCP Server)

GitHub

An extremely fast Python linter and code formatter, written in Rust.

Claude Desktop Configuration

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

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