Server Directory
Version ControlIntermediate Official

GitHub

by Anthropic

GitHub
18.5k

Full GitHub API integration enabling repository management, file operations, issue and PR management, branch operations, and code search across repositories.

CAPABILITIES

  • Create and manage repositories
  • File CRUD operations via API
  • Issue and PR management
  • Branch creation and management
  • Code and repository search
  • Fork repositories

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-github

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@modelcontextprotocol/server-github"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Version Control
Difficulty
Intermediate
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-github

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →