GitHub MCP
api integration
claude desktop
cursor
windsurf
Interact with GitHub repositories, issues, PRs, and more. Search code, create issues, manage repositories.
By alex_dev
12/8/2025
Installation
npm install -g @modelcontextprotocol/server-github
Add to your MCP settings with your GitHub token:
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}
Tags
github
git
version-control
api