MCP GitHub server
Browse repos, issues, and PRs through MCP tools for coding agents.
MCPmcpstableReviewed 2026-05-19
Setup snippet
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<token>" }
}
}
}Explained in Learn
Used in stacks
Pairs well with
Tags