IskanderAl/Auto-Review-ClaudeMCP
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.
Platform-specific configuration:
{
"mcpServers": {
"Auto-Review-ClaudeMCP": {
"command": "npx",
"args": [
"-y",
"Auto-Review-ClaudeMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...