StackMCP
developer-toolsOfficial

GitHub MCP

90

Anthropic

Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.

79.1k45.9k/wk10.3K tokens(5%)Official3d ago
Network
githubgitrepositoriesissuespull-requests

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
      }
    }
  }
}

Part of these stacks

View on GitHubnpm