A
Auto Review Claudemcp
by @IskanderAl
A Python MCP (Model Context Protocol) server that connects Claude Desktop to GitHub Pull Requests. It fetches PR diffs, filters out binary and asset files (Unity `.meta`, images, audio, shaders, etc.), and gives Claude only the actual code to review. Built as a QA automation tool to speed up pull request reviews using AI.
Created 2/21/2026
Updated 4 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/IskanderAl/Auto-Review-ClaudeMCP
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"iskanderal-auto-review-claudemcp": {
"command": "git",
"args": [
"clone",
"https://github.com/IskanderAl/Auto-Review-ClaudeMCP"
]
}
}
}