GitHub MCP

api integration
claude desktop
cursor
windsurf
GitHub

Interact with GitHub repositories, issues, PRs, and more. Search code, create issues, manage repositories.

12/8/2025

Installation

npm install -g @modelcontextprotocol/server-github

Add to your MCP settings with your GitHub token:

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_TOKEN": "your_github_token_here"
      }
    }
  }
}

Tags

github
git
version-control
api