Skip to content
Windsurf

Awesome Copilot MCP Server for Windsurf

io.github.rbbtsn0w/awesome-copilot-mcp

Model Context Protocol server for awesome-copilot agents and collections

client:Windsurf transport:stdio runtime:npm

Install Awesome Copilot MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "awesome-copilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-copilot-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Awesome Copilot MCP Server in other clients