Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

GitHub in other clients