Marketplace/GitHub MCP

GitHub MCP

Verified

by plugpier · 12.4k installs

Full GitHub API integration for code review, issue tracking, PR management, and repository operations.

About

Seamlessly interact with GitHub repositories, issues, and pull requests directly from Claude or Cursor.

Features

  • Browse and search repositories
  • Create, read, and update issues
  • Review and comment on pull requests
  • Manage branches and commits
  • Query CI/CD workflow status

Requirements

A GitHub Personal Access Token with `repo` scope is required.

Tools 6

get_repository

Fetch repository metadata, stars, forks, and language breakdown.

ownerrepo
list_issues

List open issues with optional filters for labels, assignees, and milestones.

ownerrepostatelabels
create_issue

Create a new issue in a repository.

ownerrepotitlebodylabels
get_pull_request

Fetch pull request details including diff, review status, and checks.

ownerrepopr_number
list_commits

List recent commits on a branch with author and message.

ownerrepobranchlimit
search_code

Search across all repositories in an organization.

querylanguagerepo

Reviews

💬

No reviews yet.

Be the first to review after installing.

Quick Install

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@plugpier/github-mcp"
      ],
      "env": {
        "PLUGPIER_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Stats

Installs12.4k
Tools6
Trust score98/100
LicenseMIT
CategoryDev Tools

Related Servers