Skip to content
Claude Desktop

Awesome Copilot MCP Server for Claude Desktop

io.github.microsoft/awesome-copilot

An MCP server that stores Copilot customizations from the Awesome Copilot repository

client:Claude Desktop transport:stdio runtime:oci

Install Awesome Copilot MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "awesome-copilot": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:1.0.2026092200"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Awesome Copilot MCP Server in other clients