github/github-mcp-server
Official GitHub server for integration with repository management, PRs, issues, and more.
Quick Start
Clone the repository:
git clone https://github.com/github/github-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"github/github-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.