GitHub MCP
Install
npx @github/mcp-server
About
Interact with GitHub repositories, issues, pull requests, and actions through MCP. Search code, create branches, review PRs, manage releases — the complete GitHub workflow for AI agents.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"github-mcp": {
"command": "npx @github/mcp-server"
}
}
}