GitHub's official MCP Server
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github-mcp-server"
]
}
}
}