developer-toolsOfficial
GitHub MCP
89
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
83.0k124.1k/wk10.3K tokens(5%)Official1w ago
Network
githubgitrepositoriesissuespull-requests
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"github-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
}
}
}
}Part of these stacks
Agency Owner StackAPI Development StackBackend Developer StackData Engineer StackDevOps / Cloud StackDevSecOps StackFreelancer StackFull-Stack Web Dev StackHeadless CMS StackIndie Hacker StackJava / Spring Boot StackLaravel + PHP StackMicroservices StackMonitoring & Observability StackOpen Source Maintainer StackPlatform Engineer StackPython + FastAPI StackQA / Testing StackRails + Ruby StackReact + Firebase StackSecurity Engineer StackSite Reliability Engineer StackStartup Founder StackTechnical Writer StackWordPress Developer Stack
Recommended Skills
Skills specialize your AI editor when working with GitHub MCP. Learn more
GitHub CLI Workflowsworkflow
Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.
Fix CI Failuresworkflow
Debug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.
Address PR Commentsworkflow
Address PR review comments using GitHub CLI. Streamlines the code review response workflow.
Code Reviewerrole
Automated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.