Skip to content
Windsurf

Copilot Studio MCP for Windsurf

io.github.jgt87/copilot-studio-mcp

Build, test, ship and maintain Microsoft Copilot Studio agents from the editor

client:Windsurf transport:stdio runtime:npm

Install Copilot Studio MCP in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "copilot-studio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "copilot-studio-mcp"
      ],
      "env": {
        "CPS_WORKSPACE": "<CPS_WORKSPACE>",
        "CPS_TENANT_ID": "<CPS_TENANT_ID>",
        "CPS_CLIENT_ID": "<CPS_CLIENT_ID>",
        "CPS_READ_ONLY": "<CPS_READ_ONLY>",
        "CPS_TOOLS": "<CPS_TOOLS>"
      }
    }
  }
}

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

Copilot Studio MCP in other clients