GitHub for Claude Desktop
io.github.abhishekkumar2021/github
GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token.
client:Claude Desktop
transport:stdio
runtime:npm
Install GitHub in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITHUB_CLIENT_ID": "<GITHUB_CLIENT_ID>",
"GITHUB_READONLY": "<GITHUB_READONLY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs