Give AI agents full access to Power Automate

Flow Studio MCP is a purpose-built MCP server that lets Copilot Studio agent, GitHub Copilot, Claude, and other AI agents build, deploy, debug, and monitor Power Automate cloud flows programmatically.

100 free evaluation calls · No credit card required · Works with any MCP-capable agent

🔌 JSON-RPC 2.0 MCP Protocol ⚡ 25+ Power Automate tools 🔒 Per-workspace JWT auth 🌏 Multi-environment support

How it works

1

Subscribe & grant access

Sign up with your Microsoft account, pick a plan, and grant Flow Studio permission to access Power Automate on your behalf.

2

Configure your agent

Install our VS Code extension, or add the MCP config to your agent manually.

3

Ask your agent

"List my Power Automate flows" — your agent calls the MCP tools and gets to work.

MCP endpoint configuration

{
  "mcpServers": {
    "flowstudio": {
      "url": "https://mcp.flowstudio.app/mcp",
      "headers": {
        "x-api-key": "<YOUR_JWT_TOKEN>"
      }
    }
  }
}

What your AI agent can do

One endpoint. Full lifecycle control. No browser, no UI, no manual steps.

🐛

Trace & Fix Nested Failures

Drill into nested scopes, trace per-action errors, apply fixes, and resubmit — the agent debugs what the portal can't show you.

Example
🚀

Describe It. Deploy It.

Describe what you need in plain English — the agent builds the flow JSON, wires connections, and deploys it live.

Example
📊

Proactive Flow Monitoring

Check failure rates, spot credential issues, and fix problems before users report them — across your entire flow estate.

Example

Start free. Upgrade when you’re ready.

Try Flow Studio MCP with 100 evaluation calls. When you’re building regularly, move to Pro or Pro+ for bigger monthly limits and advanced ops. Flow Studio Pro and Teams subscribers get 100 calls/month included.

Monthly Annual (save ~15%)

Starter

100 evaluation calls · 21 days

Free
  • 100 total calls to evaluate the product
  • All live Power Automate tools
  • Build + debug + run history
  • Enough for 3–8 flows
Start Free

No credit card required. Upgrade anytime.

MOST POPULAR

Pro

For makers & developers

$29 /month

 

  • 500 MCP calls/month
  • All live Power Automate tools
  • Multi-environment workflows
  • Build ~20 flows/month
  • $0.10/call overage
Start Pro

Pro+

IT teams & governance

$99 /month

 

  • 3,000 MCP calls/month
  • All live + store tools
  • Flow monitoring with run stats & failure notifications
  • Max 20 monitored flows (+$25/mo per extra 20)
  • $0.05/call overage
Start Pro+

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).

How Flow Studio MCP compares

Power Automate Premium M365 Copilot Flow Studio 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/moFree + from $29/mo

Security & trust

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 & activity only

🎫

JWT Token

Per-user key — revocable anytime

MCP Calls

Agent sends x-api-key header

What we never do

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 Flow Studio. 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. See our Security page for full details.

Frequently asked questions

What is an MCP server? +

MCP (Model Context Protocol) is a JSON-RPC 2.0 protocol that lets AI agents discover and call tools on a remote server. Flow Studio implements an MCP server that exposes Power Automate operations as tools your AI agent can call.

Which AI agents are supported? +

Any agent that supports the MCP protocol — including GitHub Copilot (with official plugin & skills), Claude (via MCP), and custom agents. If your agent can make HTTP calls with custom headers, it can use Flow Studio MCP.

Do I need a Power Automate Premium license? +

Flow Studio 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. Flow Studio 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.

How do I get my API key? +

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.

What counts as an MCP call? +

Each tools/call JSON-RPC request counts as one call. Discovery calls (tools/list) are free and don't count toward your quota.

25+ tools at your agent's fingertips

Every tool is accessible via a single MCP endpoint. Your agent discovers them automatically.

Live Tools — All plans

list_live_environments — All visible environments
list_live_connections — Connections in environment
list_live_flows — List flows in an environment
get_live_flow — Full flow definition
update_live_flow — Create or update a flow
set_live_flow_state — Start or stop a flow
get_live_flow_runs — Run history with status
get_live_flow_run_error — Per-action error details
get_live_flow_run_action_outputs — Inspect action inputs/outputs
resubmit_live_flow_run — Resubmit a failed run
cancel_live_flow_run — Cancel a running execution
get_live_flow_http_schema — HTTP trigger request/response schema
get_live_flow_trigger_url — Signed trigger callback URL
trigger_live_flow — Fire an HTTP-triggered flow
add_live_flow_to_solution — Migrate flow into a solution

Store Tools — Pro+ tier

list_store_environments — All cached environments
list_store_connections — Connections from cache
list_store_flows — Monitored flows with run stats
get_store_flow — Monitored flow detail & run stats
update_store_flow — Enable monitoring, notifications & governance tags
set_store_flow_state — Update flow state in store
get_store_flow_runs — Run history for monitored flows
get_store_flow_summary — Run stats & failure rates
get_store_flow_errors — Failed runs & remediation hints
get_store_flow_trigger_url — Signed trigger callback URL
list_store_makers — Maker directory
get_store_maker — Maker's flow & app counts
list_store_power_apps — Canvas apps from cache

Available on GitHub, VS Code Marketplace & MCP Registry

Works with Copilot, Claude, and any MCP-compatible agent. Install our skills and your AI assistant knows how to use every Flow Studio MCP tool.