Skip to content
Cursor

mcp power automate for Cursor

io.github.kaael1/mcp-power-automate

Local MCP for Power Automate with browser-backed auth, target locking, review diff, and rollback.

client:Cursor transport:stdio runtime:npm

Install mcp power automate in Cursor

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

{
  "mcpServers": {
    "mcp-power-automate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kaael1/mcp-power-automate"
      ]
    }
  }
}

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

mcp power automate in other clients