Skip to content
VS Code

Awesome Copilot MCP Server for VS Code

io.github.rbbtsn0w/awesome-copilot-mcp

Model Context Protocol server for awesome-copilot agents and collections

client:VS Code transport:stdio runtime:npm

Install Awesome Copilot MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "awesome-copilot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "awesome-copilot-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Awesome Copilot MCP Server in other clients