developer-toolsOfficial
GitHub MCP
90
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
79.1k45.9k/wk10.3K tokens(5%)Official3d 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
Backend Developer StackDevOps / Cloud StackFull-Stack Web Dev StackIndie Hacker StackJava / Spring Boot StackLaravel + PHP StackMobile Developer StackOpen Source Maintainer StackPython + FastAPI StackQA / Testing StackRails + Ruby StackReact + Firebase StackTechnical Writer StackWordPress Developer Stack