Back to MCP ToolsDevelopmentOfficial
GitHub logo

GitHub

Official

Version control and collaborative development platform.

Provider:GitHub
Category:Development

Installation

Command Line
npx create-octokit-app

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

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