GitHub

OfficialFeatured

Official MCP server for GitHub repository access

Category:Development Tools
54,633stars
Updated:Today
Live data

Zone Score

76%
Good
Popularity
Stars, forks, contributors
100%
Quality
Docs, license, topics
85%
Maintenance
Updates, issues, activity
40%

Claude Desktop Configuration

Add this to your Claude Desktop configuration file:

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

Requirements

  • Node.js 18 or higher
  • GitHub Personal Access Token
  • Claude Desktop installed

Setup Steps

  1. 1Create a GitHub Personal Access Token with repo access
  2. 2Install the server: npm install -g @modelcontextprotocol/server-github
  3. 3Add the configuration with your token
  4. 4Test the connection with a simple command

Detailed Metrics

Popularity

Stars
54,633
Forks
6,249
Watchers
54,633

Quality

Documentation
✓ Good
License
MIT License
Language
JavaScript

Maintenance

Last Commit
Today
Open Issues
478
Contributors
1

Repository

Size
3.7 MB
Created
Nov 2024
Live data • Updated 8:40:00 AM

Quality Factors

Documentation

✓ Has README

Repository has a README with description

License

MIT License

Open source license for legal clarity

Test Coverage

Coming Soon

Automated tests ensure reliability

TypeScript

Coming Soon

Type safety for better developer experience

NPM Downloads

Coming Soon

Weekly download statistics from NPM

Security Scan

Coming Soon

Vulnerability detection and alerts

Related Servers