GitHub

Featured

by Anthropic · Git & Version Control

15,000 stars9,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud
Requires: GitHub OAuth

Interact with GitHub repositories. Create issues, manage pull requests, search code, manage branches, and more via the GitHub API.

apigitgithubissuespull-requests
Manual Installation

Claude Code

claude mcp add github -- npx -y @modelcontextprotocol/server-github

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

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