Skip to content
Cursor

power automate mcp server for Cursor

io.github.sapientsai/power-automate-mcp-server

Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context.

client:Cursor transport:stdio runtime:npm

Install power automate mcp server 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": {
    "power-automate-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "power-automate-mcp-server"
      ],
      "env": {
        "AZURE_CLIENT_ID": "<AZURE_CLIENT_ID>",
        "AZURE_TENANT_ID": "<AZURE_TENANT_ID>",
        "FLOW_SCOPES": "<FLOW_SCOPES>",
        "AZURE_AUTH_MODE": "<AZURE_AUTH_MODE>",
        "AZURE_CLIENT_SECRET": "<AZURE_CLIENT_SECRET>",
        "ENABLE_WRITE_OPS": "<ENABLE_WRITE_OPS>",
        "DEFAULT_ENVIRONMENT": "<DEFAULT_ENVIRONMENT>"
      }
    }
  }
}

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

power automate mcp server in other clients