PR-Reviewer
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PR-Revieweranalyze PR #42 from myrepo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PR Reviewer
Description
PR Reviewer is a tool designed to analyze GitHub pull requests and create detailed reports in Notion. It leverages the MCP (Model Context Protocol) to facilitate communication and integration between different services.
Related MCP server: PR Reviewer
PRE REQUISITES
MCP https://blog.stackademic.com/model-context-protocol-mcp-in-ai-9858b5ecd9
Source tuto https://www.datacamp.com/tutorial/mcp-model-context-protocol
Features
Fetch changes from GitHub pull requests.
Create detailed reports in Notion.
MCP server for handling PR analysis requests.
Requirements
Python 3.13 or higher
MCP CLI
Notion API key
GitHub API token
Installation
Clone the repository:
git clone https://github.com/attikpo-akrabal-godwin/PR-Reviewer.git cd pr-reviewerCreate a virtual environment and activate it:
python -m venv .venv source .venv/bin/activate # On Windows use `.venv\Scripts\activate`Install the dependencies:
pip install -r requirements.txtCreate a
.envfile in the project root and add your GitHub and Notion credentials:GITHUB_TOKEN=your_github_token NOTION_API_KEY=your_notion_api_key NOTION_PAGE_ID=your_notion_page_id NOTION_DATABASE_ID=your_notion_database_id
Usage
Run the MCP server:
python pr_anayzer.pyUse the MCP Host (Claude ai) to interact with this MCP server . For example

from claude ai you can create a Notion page with the PR analysis:

Project Structure
main.py: Entry point for the project.pr_anayzer.py: Contains thePRAnalyzerclass which initializes the MCP server and registers tools for PR analysis.github_integration.py: Contains functions to fetch changes from GitHub pull requests..env: Environment variables for GitHub and Notion credentials.requirements.txt: List of dependencies.pyproject.toml: Project metadata and dependencies.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
Contact
For any questions or inquiries, please contact attikpoakrabal@gmail.com.
This server cannot be deployed
Maintenance
Related MCP Connectors
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA tool that integrates with GitHub and Notion to analyze and review pull requests, enabling automated code reviews and documentation in Notion.-
- FlicenseNot gradedqualityDmaintenanceAn intelligent assistant for Pull Request analysis that integrates GitHub with Notion for automated review documentation through an MCP (Model-Controller-Provider) server architecture.1-
- FlicenseNot gradedqualityDmaintenanceFetches GitHub pull request information including file changes, diffs, and metadata, then creates analysis summaries in Notion pages.1-
- FlicenseNot gradedqualityDmaintenanceEnables the analysis of GitHub Pull Requests to extract metadata, commits, and code changes for structured AI insights. It also supports the optional creation of Notion pages to store and organize the resulting analysis.-