Integrations
Fetches GitHub Pull Request comments with file paths, line ranges, and replies using GitHub API, providing a structured JSON format of the comments for analysis
GitHub PR Comments MCP Server
This is a Model Context Protocol (MCP) server that fetches GitHub Pull Request comments using a GitHub personal access token.
Features
- Fetches PR comments with file paths, line ranges, and replies
- Uses GitHub API via Octokit
- Implements MCP server with StdioServerTransport
- Returns comments in a structured JSON format
Installation
Installing via Smithery
To install github-pr-mcp for Claude Desktop automatically via Smithery:
Installing Manually
- Clone the repository
- Install dependencies:Copy
- Create a
.env
file with your GitHub token:Copy
Usage
- Build the project:Copy
- Run the server:Or directly with a GitHub token:CopyCopy
- The server exposes a tool called
get_pr_comments
that accepts the following parameters:owner
: Repository owner (username or organization)repo
: Repository namepull_number
: Pull request number
Integration with Cursor
To integrate with Cursor, use the following command in Cursor's MCP server configuration:
Replace /path/to
with the actual path to your project, and your_github_token_here
with your GitHub personal access token.
Testing
A test client is included to verify the server functionality:
- Build the project:Copy
- Run the test client:Copy
The test client will start the server, connect to it, and call the get_pr_comments
tool with sample parameters.
Response Format
The server returns comments in the following format:
Development
To run the server in development mode:
License
ISC
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that fetches GitHub Pull Request comments with file paths, line ranges, and replies using a GitHub personal access token.
Related MCP Servers
- -securityFlicense-qualityAn MCP service that enables creating GitHub Pull Requests and adding code review comments using GitHub CLI, eliminating the need to manually handle authentication and permissions.Last updated -JavaScript
- -securityFlicense-qualityProvides tools for interacting with GitHub's API through the MCP protocol, allowing users to create repositories, push content, and retrieve user information.Last updated -JavaScript
- AsecurityFlicenseAqualityAn MCP server that enables integration with GitHub Enterprise API, allowing users to access repository information, manage issues, pull requests, workflows, and other GitHub features through Cursor.Last updated -163313TypeScript
- AsecurityAlicenseAqualityA MCP server that provides access to GitHub trending repositories and developers data through a simple API interface.Last updated -21PythonMIT License