GitHub MCP Server
apis By Anthropic
Description
Allows AI agents to search, view, create, and manage GitHub repositories, issues, pulls, and commits.
Install & Run Command
npx -y @modelcontextprotocol/server-github
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_TOKEN"
}
}
}
} Server Details
Stars & Popularity ⭐️ 87.2k
Author Anthropic
Category apis
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry