Odel
power automate mcp server

power automate mcp server

Local
@sapientsai1TypeScriptMITUpdated 3w ago

Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpower-automate-mcp-serverv0.2.4

Run

npx -y power-automate-mcp-server

MCP client config

{
  "mcpServers": {
    "power-automate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "power-automate-mcp-server"
      ]
    }
  }
}