Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"awesome-copilot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-copilot"
]
}
}
}