awesome-copilot (MCP Server)

GitHub

Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-copilot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-copilot"
      ]
    }
  }
}