GitHub MCP Review Tools

v1.0.0Version Controlstable

Extended GitHub MCP Server with additional tools for pull request review comment functionality

github-mcp-server-review-toolsmcpai-integration
Share:
22
Stars
0
Downloads
0
Weekly
0/5

What is GitHub MCP Review Tools?

GitHub MCP Review Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to extended github mcp server with additional tools for pull request review comment functionality

Extended GitHub MCP Server with additional tools for pull request review comment functionality

This server falls under the Version Control and Developer Tools categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Extended GitHub MCP Server with additional tools for pull re

Use Cases

Review pull requests and add comments directly from Claude.
Automate code review workflows with AI-powered feedback.
wjessup

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedJan 6, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx github-mcp-server-review-tools

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use GitHub MCP Review Tools

GitHub MCP Review Tools extends the standard GitHub MCP Server with eight additional tools focused on pull request review workflows. It lets AI coding assistants fetch review threads, reply to inline comments, resolve discussions, and verify that all threads are addressed — all without leaving the chat interface. Developers use it to close the loop on code review faster by delegating repetitive review-comment management to Claude or other MCP clients.

Prerequisites

  • Node.js 18 or later installed on your machine
  • Git, to clone the repository from GitHub
  • A GitHub Personal Access Token with 'repo' scope
  • An MCP-compatible client such as Claude Desktop or Cursor IDE
1

Clone the repository

Clone the github-mcp-server-review-tools repository to your local machine and navigate into the project directory.

git clone https://github.com/wjessup/github-mcp-server-review-tools.git
cd github-mcp-server-review-tools
2

Install dependencies and build

Use Yarn to install all Node.js dependencies and start the build process.

yarn && yarn start
3

Generate a GitHub Personal Access Token

Go to GitHub Settings → Developer settings → Personal access tokens and create a token with the 'repo' scope. Copy the token value — you will need it in the next step.

4

Configure your MCP client

Add the server to your MCP client configuration file, pointing to the built index.js and supplying your GitHub token as an environment variable.

{
  "mcpServers": {
    "github-pr-review-tools": {
      "command": "node",
      "args": ["/absolute/path/to/github-mcp-server-review-tools/dist/index.js"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<your_github_pat>"
      }
    }
  }
}
5

Restart your MCP client

Restart Claude Desktop or reload your Cursor IDE workspace so it picks up the new server configuration. The server will appear in the connected servers list.

GitHub MCP Review Tools Examples

Client configuration

Claude Desktop / claude_desktop_config.json entry pointing to the locally built server binary.

{
  "mcpServers": {
    "github-pr-review-tools": {
      "command": "node",
      "args": ["/Users/you/github-mcp-server-review-tools/dist/index.js"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Prompts to try

Example prompts that exercise the eight review tools.

- "Fetch all review threads for PR #42 in owner/repo and summarize which are still unresolved."
- "Reply to review comment 987654 on PR #42 with 'Fixed in the latest commit — thanks!'"
- "Resolve the review thread 123456 on PR #42."
- "Check if all review threads on PR #42 are resolved and give me a pass/fail summary."

Troubleshooting GitHub MCP Review Tools

Server fails to start with 'Cannot find module' error

Make sure you ran 'yarn && yarn start' and that the 'dist/' directory was generated. Check that the path in 'args' matches the actual location of 'dist/index.js'.

API calls return 401 Unauthorized

Verify that GITHUB_PERSONAL_ACCESS_TOKEN is set correctly and that the token has the 'repo' scope. Tokens scoped to only 'public_repo' cannot access private repository review data.

Tools do not appear in the MCP client

Confirm the absolute path in 'args' is correct for your system. Relative paths like '~/Code/...' may not expand properly — use the full absolute path instead.

Frequently Asked Questions about GitHub MCP Review Tools

What is GitHub MCP Review Tools?

GitHub MCP Review Tools is a Model Context Protocol (MCP) server that extended github mcp server with additional tools for pull request review comment functionality It connects AI assistants to external tools and data sources through a standardized interface.

How do I install GitHub MCP Review Tools?

Follow the installation instructions on the GitHub MCP Review Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with GitHub MCP Review Tools?

GitHub MCP Review Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is GitHub MCP Review Tools free to use?

Yes, GitHub MCP Review Tools is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

GitHub MCP Review Tools Alternatives — Similar Version Control Servers

Looking for alternatives to GitHub MCP Review Tools? Here are other popular version control servers you can use with Claude, Cursor, and VS Code.

Browse More Version Control MCP Servers

Explore all version control servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "github-mcp-server-review-tools": { "command": "npx", "args": ["-y", "github-mcp-server-review-tools"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use GitHub MCP Review Tools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides