Action-level visibility into Power Automate cloud flows for Copilot Studio, GitHub Copilot, Claude, and any MCP-compatible agent. Build, deploy, debug, and monitor flows programmatically, with run history and per-action inputs and outputs the Graph API does not expose.
100 free evaluation calls · No credit card required · Works with any MCP-capable agent
Sign up with your Microsoft account, pick a plan, and grant FlowStudio permission to access Power Automate on your behalf.
One-click install our VS Code extension for GitHub Copilot or Claude Code, or add the MCP config to your agent manually. Full walkthrough in the FlowStudio MCP setup guide.
"List my Power Automate flows": your agent calls the MCP tools and gets to work. See the full FlowStudio MCP tools reference.
MCP endpoint configuration
{
"mcpServers": {
"flowstudio": {
"url": "https://mcp.flowstudio.app/mcp",
"headers": {
"x-api-key": "<YOUR_JWT_TOKEN>"
}
}
}
}
One endpoint. Full lifecycle control. No browser, no UI, no manual steps.
Drill into nested scopes, trace per-action errors, apply fixes, and resubmit. The agent debugs what the portal can't show you.
ExampleDescribe what you need in plain English. The agent builds the flow JSON, wires connections, and deploys it live.
ExampleCheck failure rates, spot credential issues, and fix problems before users report them, across your entire flow estate.
ExampleEvery tool is accessible via a single MCP endpoint. Your agent discovers them automatically.
list_live_environments All visible environmentslist_live_connections Connections in environmentlist_live_flows List flows in an environmentget_live_flow Full flow definitiondescribe_live_connector Connector operations, inputs & outputsget_live_dynamic_options Resolve dynamic dropdowns (Teams, SharePoint, etc.)update_live_flow Create or update a flowset_live_flow_state Start or stop a flowget_live_flow_runs Run history with statusget_live_flow_run_error Per-action error detailsget_live_flow_run_action_outputs Inspect action inputs/outputsresubmit_live_flow_run Resubmit a failed runcancel_live_flow_run Cancel a running executiontrigger_live_flow Fire an HTTP-triggered flowadd_live_flow_to_solution Migrate flow into a solutionlist_store_environments All cached environmentslist_store_connections Connections from cachelist_store_flows Monitored flows with run statsget_store_flow Monitored flow detail & run statsupdate_store_flow Enable monitoring, notifications & governance tagsget_store_flow_runs Run history for monitored flowsget_store_flow_summary Run stats & failure rateslist_store_makers Maker directoryget_store_maker Maker's flow & app countslist_store_power_apps Canvas apps from cacheBuilt with FlowStudio MCP
AI agents built every Power Automate flow in this open-source IT help desk through FlowStudio MCP: around 20 production flows (40+ with helpers), none hand-written.
A Copilot Studio agent that diagnoses and repairs failed Power Automate flows from Teams, with a human approving every fix. Built with FlowStudio MCP.
| Power Automate Premium | M365 Copilot | FlowStudio MCP | |
|---|---|---|---|
| Run flows | ✓ | ✓ | ✓ |
| NL → flow generation | – | ✓ | ✓ |
| Programmatic flow API for agents | – | – | ✓ |
| Inspect run errors per action | – | – | ✓ |
| Deploy from AI agent | – | – | ✓ |
| Multi-environment support | – | – | ✓ |
| Price | $15/user/mo | $30/user/mo | Free + from $29/mo |
Try FlowStudio MCP with 100 evaluation calls. When you’re building regularly, move to Pro or Pro+ for bigger monthly limits and advanced ops. FlowStudio Pro and Teams subscribers get 100 calls/month included.
100 evaluation calls · 21 days
No credit card required. Upgrade anytime.
For makers & developers
IT teams & governance
Need more? Contact us for Enterprise pricing with unlimited calls, SLA, and dedicated support.
Calls reset monthly on paid plans. Unused calls don’t roll over.
Free Evaluation includes 100 calls total to use within 21 days.
Power Automate licensing still applies (e.g., premium connectors and tenant policies).
Pooled monthly calls shared across your tenant. Team and Business are bought through the Microsoft commercial marketplace and work from Copilot Cowork or any MCP-compatible agent like Claude Code, VS Code, or Codex, with access assigned on the team page.
Auto-provisioned in Copilot Cowork
Pooled across your tenant
Launch price until 1 Oct 2026
Pooled across your tenant
Team and Business are billed and managed by Microsoft. Prices in US dollars.
Works with Copilot, Claude, and any MCP-compatible agent. Install our skills and your AI assistant knows how to use every FlowStudio MCP tool.
One-click install. MCP server + plugin in under a minute.
Install from VS Code MarketplaceOne-click install. All 5 skills + MCP connection in under a minute. Works in VS Code, terminal, and Claude Desktop.
No install. A tenant admin adds FlowStudio MCP from Microsoft Marketplace, then everyone uses it inside Cowork by asking in plain English.
The extension is a one-time configurator, not a runtime broker. It writes the MCP server entry to ~/.claude.json and skills to ~/.claude/skills/. The connection then works in Claude Code via VS Code, terminal, and Claude Desktop because all three read from the same directory.
Core connection and operation: list, read, trigger, cancel flows
Step-by-step diagnostics for failing flows with error tracing
Scaffold & deploy flow definitions from scratch
Opt flows in for monitoring, track failures, configure alerts
Tag flows, set owners, business impact & compliance metadata
Full MCP plugin: bundles all 5 skills for GitHub Copilot
Your credentials never touch our server. We use Microsoft’s OAuth 2.0 delegated access, scoped to Power Platform only.
Microsoft Sign-in
Your org or personal account
Grant Consent
Power Platform scopes: flows and activity only
JWT Token
Per-user key, revocable anytime
MCP Calls
Agent sends x-api-key header
Never read your mailbox or calendar
We have no Mail, Calendar, or personal-data scopes. Zero access.
Never store flow definitions (Starter & Pro)
On Starter and Pro tiers every call goes direct to the Power Automate API. We don’t cache or persist your flow data.
Never share data with third parties
Your data stays between you, Microsoft, and FlowStudio. No analytics partners, no reselling.
Never retain credentials
Microsoft OAuth tokens are used for delegated calls only. Your API key can be revoked from the dashboard at any time.
Pro+ tier store tools provide run statistics and governance data for monitored flows. Security · Privacy · Responsible AI · Terms
MCP (Model Context Protocol) is a JSON-RPC 2.0 protocol that lets AI agents discover and call tools on a remote server. FlowStudio implements an MCP server that exposes Power Automate operations as tools your AI agent can call.
Any agent that supports the MCP protocol, including GitHub Copilot (native VS Code extension + official plugin & skills), Claude Code (native VS Code extension), Copilot Studio, and custom agents. If your agent can make HTTP calls with custom headers, it can use FlowStudio MCP.
FlowStudio MCP uses Microsoft's delegated access model. During setup you sign in with Microsoft and explicitly consent to two Power Platform scopes: flow management and activity reading. FlowStudio then calls Power Automate APIs on your behalf, limited strictly to the permissions you approved. You can revoke access from your dashboard at any time.
A Premium per-user license is not required to subscribe. However, if your flows use premium connectors (e.g. HTTP, Dataverse, SAP), those connectors still require appropriate Microsoft licensing in your tenant.
Sign in with your Microsoft account, subscribe to a plan, and grant Power Platform permission on your dashboard. Your API key is then available immediately. Pass it as an x-api-key header (not Bearer) to the MCP endpoint.
Each tools/call JSON-RPC request counts as one call. Discovery calls (tools/list) are free and don't count toward your quota.
Talk to the team behind FlowStudio MCP. We'll get you connected, debug a stubborn flow, or launch your first AI agent end-to-end. No slideware.
A quick walkthrough for current subscribers. Get your server connected, debug a tool call, or sanity-check your first flow.
A guided 1-hour session to launch your first AI agent with FlowStudio MCP. We set up the server, wire in a Power Automate flow, and walk you through debugging end-to-end.
Flexible hourly support for FlowStudio MCP in your stack. Covers agent integration, flow debugging, and custom tool configuration across Power Automate, Power Apps, and Power BI.
Also need help beyond MCP? FlowStudio Consulting & Support covers Power Automate, Power Apps, Power BI, and SharePoint.
Your FlowStudio subscription includes 100 MCP calls/month. Sign in to claim your bundle and connect your AI agent.
Sign in & claim bundleAlready on MCP Pro or Pro+? Just sign in.