Claude Code Review MCPServer

praneybehl
GitHub
code reviewAIMCP client

Loading subscription status...

💡 Description

An MCP server that provides code review features using OpenAI, Google, and Anthropic models. It serves as a tool for second opinions on code reviews and can be used with any MCP client including Claude Code, Claude Desktop, Cursor, and Windsurf.

📝 JSON Entries

{
  "mcpServers": [
    {
      "claude-code-review-mcp": {
        "env": {
          "GOOGLE_API_KEY": "<key>",
          "OPENAI_API_KEY": "<key>",
          "ANTHROPIC_API_KEY": "<key>"
        },
        "args": [
          "-y",
          "claude-code-review-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

reviewCodeStructuredreviewCodeFreeformlistModels

Features

  • Multi-Provider Support
  • Two Types of Reviews
  • Context Awareness
  • Smart Code Processing
  • Robust Error Handling
  • MCP-compatible
  • Easy Setup

💬 Example Queries

  • Run a structured review with model o4-mini
  • Get a freeform review of my latest changes
  • List all available review models
  • Perform a security-focused code review