Skip to content
Cursor

Copilot Studio MCP for Cursor

io.github.jgt87/copilot-studio-mcp

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

client:Cursor transport:stdio runtime:npm

Install Copilot Studio MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "copilot-studio-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Copilot Studio MCP in other clients