Pr Review
Freeby MCP Community
MCP server for PR review processing with GraphQL-based GitHub integration
v0.6.0Added Apr 12, 2026
mcpclaude-code-plugincoderabbitgeminicopilot
Pr Review MCP Server
MCP server for PR review processing with GraphQL-based GitHub integration
Installation
npx -y pr-review-mcp
Reviews
Installation
Quick install
npx -y pr-review-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"pr-review": {
"command": "npx",
"args": ["-y", "pr-review-mcp"]
}
}
}