CodeRabbit-Claude-MCP

job-bot-ai/CodeRabbit-Claude-MCP
★ 0 stars JavaScript Code/Dev Tools Updated today
Thin MCP server wrapping the CodeRabbit CLI for local AI code reviews (Claude Code, etc.).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "coderabbit-claude-mc": {
      "command": "npx",
      "args": [
        "-y",
        "job-bot-ai/CodeRabbit-Claude-MCP"
      ]
    }
  }
}

README Excerpt

A thin [MCP](https://modelcontextprotocol.io) stdio server that wraps the **CodeRabbit CLI** (`coderabbit review`) so any MCP client (Claude Code, etc.) can run local AI code reviews as a tool call — no PR required. It shells out to the `coderabbit` binary; it does **not** reimplement review logic. Verified against CodeRabbit CLI **v0.6.1**.

Tools (2)

coderabbit_statuscommitted