GitHub Copilot extensions — interact with Copilot tools, manage completions, and access AI coding features
GITHUB_TOKENnpx @getmcp/cli add github-copilotConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"github-copilot": {
"command": "npx",
"args": [
"-y",
"mcp-github-copilot"
],
"env": {
"GITHUB_TOKEN": ""
}
}
}
}