CuratedMCP
πŸ’»
Claude Code
Free

How to Install GitHub MCP Server in Claude Code

Full GitHub API access for your AI agents β€” repos, issues, PRs, and more

What GitHub MCP Server does

Connect your AI agents to GitHub with full read/write access. Create issues, open pull requests, review code, and manage repositories directly from your AI workflows. Features: - Repository management (create, clone, fork) - Issues and pull request management - Code review and commenting - GitHub Actions integration - Organization and team management - Webhook event handling Built on the official GitHub REST API v3 with OAuth App support and fine-grained PAT tokens.

github
git
devops
code-review
ci-cd

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "githubMcpServer": {
    "command": "npx",
    "args": [
      "-y",
      "@modelcontextprotocol/server-github"
    ],
    "env": {
      "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_xxxxxxxxxxxx"
    }
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain GitHub MCP Server, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/github-mcp-server)](https://curatedmcp.com/marketplace/github-mcp-server)

Related servers