Skip to content
Claude Desktop

codereviewbuddy for Claude Desktop

io.github.detailobsessed/codereviewbuddy

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

client:Claude Desktop transport:stdio runtime:pypi

Install codereviewbuddy in Claude Desktop

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

{
  "mcpServers": {
    "codereviewbuddy": {
      "command": "uvx",
      "args": [
        "codereviewbuddy"
      ]
    }
  }
}

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

codereviewbuddy in other clients