Skip to content
Cline

Copilot Studio MCP for Cline

io.github.jgt87/copilot-studio-mcp

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

client:Cline transport:stdio runtime:npm

Install Copilot Studio MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Copilot Studio MCP in other clients