Debug, build, and manage Power Automate cloud flows with AI agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give your AI agent the same visibility you have in the Power Automate portal β plus a bit more. The Graph API only returns top-level run status β agents can't see action inputs, loop iterations, or nested failures. FlowStudio MCP exposes all of it.

You can click through the portal and find the root cause. Your agent can't β unless it has MCP.


The core difference: Graph API gives your agent run status. MCP gives your agent the inputs and outputs of every action.
| What the agent sees | Graph API | FlowStudio MCP |
|---|---|---|
| Run passed or failed | Yes | Yes |
| Action inputs and outputs | No | Yes |
| Error details beyond status code | No | Yes |
| Child flow run details | No | Yes |
| Loop iteration data | No | Yes |
| Flow definition (read + write) | Limited | Full JSON |
| Resubmit / cancel runs | Limited | Yes |
| Cached flow health & failure rates | No | Yes |
| Maker / Power Apps / connection inventory | No | Yes |
| Governance metadata (tags, impact, owner) | No | Yes |
| Skill | Description |
|---|---|
power-automate-mcp | Connect to and operate Power Automate cloud flows β list flows, read definitions, check runs, resubmit, cancel |
power-automate-debug | Step-by-step diagnostic process for investigating failing flows |
power-automate-build | Build, scaffold, and deploy Power Automate flow definitions from scratch |
power-automate-monitoring | Flow health, failure rates, maker inventory, Power Apps, environment and connection counts |
power-automate-governance | Classify flows by impact, detect orphans, audit connectors, manage notifications, compute archive scores |
The first three skills use live Power Automate API calls. The monitoring and governance skills use the cached store β a daily snapshot with aggregated stats, remediation hints, and governance metadata. Requires a FlowStudio for Teams or MCP Pro+ subscription for store tools.
Each skill follows the Agent Skills specification and works with any compatible agent.
Copilot, Claude Code, ChatGPT, Codex, OpenClaw, Gemini CLI, Cursor, Goose, Amp, OpenHands
Full walkthroughs on learn.flowstudio.app:
Sign in with your Microsoft account instead of pasting a key. Add
https://mcp.flowstudio.app/mcp/oauth as a connector in ChatGPT (Developer mode
on) or at claude.ai, then follow the sign-in prompt. Walkthrough:
ChatGPT for Power Automate.
Available through the Claude plugin marketplace after approval. To test locally:
Then connect the MCP server:
Get your token at mcp.flowstudio.app.
Inside a Codex session, install skills directly:
Then connect the MCP server in ~/.codex/config.toml:
Search for flowstudio on skills.sh, or:
Copy the skill folder(s) into your project's .github/skills/ directory
(or wherever your agent discovers skills).
Claude Code:
Codex (~/.codex/config.toml):
Copilot / VS Code (.vscode/mcp.json):
Get your token at mcp.flowstudio.app.
These are from real production investigations, not demos.
Expression error in child flow β
contains(string(...)) crashed on a nested property. Agent traced through
parent flow, into child, through loop iterations, and found the failing input.
Portal showed "ExpressionEvaluationFailed" with no context.
Data entry, not a flow bug β User reported two "bugs" back to back. Agent proved both were data entry errors (missing comma in email, single address in CC field). Flow was correct. Diagnosed in seconds.
Null value crashes child flow β
split(Name, ', ') crashed when 38% of records had null Names. Agent traced
parent to child to loop to action, found the root cause, and deployed a fix
via update_live_flow.
https://mcp.flowstudio.app/mcpx-api-key header)No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/power-automate-mcp-server-by-flow-studio)<a href="https://allmcps.com/mcp/power-automate-mcp-server-by-flow-studio"><img src="https://allmcps.com/api/badge/power-automate-mcp-server-by-flow-studio?style=directory" alt="Power Automate MCP Server by Flow Studio on AllMCPs" /></a>