Skip to content
Claude Desktop

code auditor mcp for Claude Desktop

io.github.benahammond/code-auditor-mcp

Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more

client:Claude Desktop transport:stdio runtime:npm

Install code auditor mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "code-auditor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "code-auditor-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

code auditor mcp in other clients