FlowStudio MCP is a purpose-built MCP server that lets GitHub Copilot, Claude, and other AI agents build, deploy, debug, and monitor Power Automate cloud flows programmatically.
No credit card required · Works with any MCP-capable agent
One endpoint. Full lifecycle control. No browser, no UI, no manual steps.
Describe what you need in plain English — the agent builds the flow JSON, wires connections, and deploys it live.
ExampleFind every flow that depends on a specific connection — ranked by business impact so you fix the critical ones first.
ExampleDrill into nested scopes, trace per-action errors, apply fixes, and resubmit — the agent debugs what the portal can't show you.
ExampleCheck failure rates, spot credential issues, and fix problems before users report them — across your entire flow estate.
ExampleRead flow definitions, remap connections, and deploy across environments — dev to prod in one conversation.
ExamplePublished on GitHub. Install our skills and your agent knows how to use every tool.
Sign up with your Microsoft account, pick a plan, and grant FlowStudio permission to access Power Automate on your behalf.
Add the MCP endpoint and x-api-key header to your agent's MCP settings.
"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>"
}
}
}
}
Start free. Upgrade when you're ready. No surprises.
Try it out
For makers & developers
IT teams & governance
Need more? Contact us for Enterprise pricing with unlimited calls, SLA, and dedicated support.
| 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-tenant support | — | — | ✓ |
| Price | $15/user/mo | $30/user/mo | $29/mo |
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
Never read your mailbox or calendar
We have no Mail, Calendar, or personal-data scopes. Zero access.
Never store flow definitions (Free & Pro)
On Free 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.
Team tier store tools cache flow metadata and run statistics for governance features. See our Security page for full details.
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, Claude (via MCP), OpenClaw, 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.
Every 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 definitionupdate_live_flow — Create or update a flowvalidate_live_flow — Validate before deployingget_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 executionget_live_flow_http_schema — HTTP trigger request/response schemaget_live_flow_trigger_url — Signed trigger callback URLtrigger_live_flow — Fire an HTTP-triggered flowadd_live_flow_to_solution — Migrate flow into a solutionlist_store_environments — Cached environmentslist_store_connections — Cached connectionslist_store_flows — Cached flows with governance dataget_store_flow — Flow metadata from cacheget_store_flow_summary — Run stats & failure ratesget_store_flow_runs — Cached run historyget_store_flow_errors — Failed runs & remediation hintsget_store_flow_trigger_url — Trigger URL from cacheupdate_store_flow — Governance tags & metadataset_store_flow_state — Start/stop flowslist_store_makers — Maker directoryget_store_maker — Maker's flow & app countslist_store_power_apps — Canvas apps from cacheInstall our agent skills and your AI assistant knows how to use every FlowStudio MCP tool — no configuration needed.
Core connection & operation — list, read, trigger, cancel flows
Step-by-step diagnostics for failing flows with error tracing
Scaffold & deploy flow definitions from scratch
Start with 50 free calls/month. No credit card. Upgrade anytime.
Get started for free