Skip to content
MCP Server Community By @github

github/github-mcp-server

📇 ☁️ - Official GitHub server for integration with repository management, PRs, issues, and more.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: github/github-mcp-server Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-github-github-mcp-server

Detailed Documentation

📇 ☁️ - Official GitHub server for integration with repository management, PRs, issues, and more.

Configuration

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