HomeOther › Power Automate MCP Server by Flow Studio

Power Automate MCP Server by Flow Studio

Debug, build, and manage Power Automate cloud flows with AI agents

JavaScript Remote
★ 34 stars Last pushed 2026-09-04 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.flowstudio.app/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http power-automate-mcp-skills https://mcp.flowstudio.app/mcp --header "x-api-key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "power-automate-mcp-skills": {
      "url": "https://mcp.flowstudio.app/mcp",
      "headers": {
        "x-api-key": "<YOUR_VALUE>"
      }
    }
  }
}
  • x-api-key required secret — Flow Studio MCP API key (get one at https://mcp.flowstudio.app)

Related servers

Data from the Official MCP Registry