Power Automate MCP Server

An MCP server that lets agents inspect, operate, and author Microsoft Power Automate cloud flows from a CLI/agent context - list and inspect flows, debug runs, check connections and owners, and (when explicitly enabled) enable/disable flows, cancel/resubmit runs, manage owners, and create/update/delete flows. It runs locally over stdio via the published package.

People who work with Azure and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 2 · #125 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Power Automate MCP Server

before you install - you'll need

AZURE_CLIENT_ID

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add sapientsai-power-automate-mcp-server -- npx -y power-automate-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sapientsai-power-automate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "power-automate-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package power-automate-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.sapientsai is GitHub-verified and matches the repo owner

03 · What Power Automate MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including report_feedback.

The 1 tools it gives your agent

Extracted from the project's README - what power-automate-mcp-server lets an agent do.

report_feedback
- file API‑drift/bug reports as GitHub issues (FEEDBACK_GITHUB_REPO,

Limitations (from the README)

[!WARNING] The HTTP transport is single-operator. Every caller shares one Power Automate identity: the server holds a single process-wide token (one device-code sign-in, or one app identity), and MCP_API_KEY is a shared static bearer that gates _access_, not _identity_. Do not expose the HTTP endpoint to multiple users expecting per-user

Latest releases

v0.2.4 · 2026-06-26

v0.2.3 · 2026-06-26

v0.2.2 · 2026-06-04

04 · Who maintains Power Automate MCP Server

power-automate-mcp-server is maintained by sapientsai. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
automation - ranked #125 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-06-26)
registry
io.github.sapientsai/power-automate-mcp-server (active, first published 2026-06-03 · 6 versions)
packages
npm:power-automate-mcp-server

06 · Power Automate MCP Server FAQ

What is Power Automate MCP Server?

An MCP server that lets agents inspect, operate, and author Microsoft Power Automate cloud flows from a CLI/agent context - list and inspect flows, debug runs, check connections and owners, and (when explicitly enabled) enable/disable flows, cancel/resubmit runs, manage owners, and create/update/delete flows. It runs locally over stdio via the published package.

Is Power Automate MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Power Automate MCP Server?

Run `npx -y power-automate-mcp-server`. The README documents one environment variable (AZURE_CLIENT_ID) to set first. You can also paste the ready-made client config above.

Does Power Automate MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Power Automate MCP Server