Developer Tools
Verified
Trust: 58/100 (Fair)GitHub MCP Guide
Manage repositories, issues, pull requests, and GitHub Actions workflows. Search code and manage releases.
1,204 stars 45,600 downloadsby Anthropic
Quick Start
Install
npx @mcp/githubClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"github-mcp": {
"command": "npx",
"args": [
"@mcp/github"
]
}
}
}What GitHub MCP Can Do
manage_repos
Create and manage repositories
manage_issues
Create and update issues
manage_prs
Create and review pull requests
Permissions Required
GitHub MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
github.read | Read GitHub data | low |
github.write | Write GitHub data | medium |
github.admin | Manage repository settings | high |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |
| AutoGen | Supported |