Loading MCP server directory, please wait...
Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context.
npx @getmcp/cli add io.github.sapientsai/power-automate-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AZURE_CLIENT_IDApplication (client) ID of your Entra app registration (multi-tenant public client).
AZURE_TENANT_IDTenant GUID. Required for the Flow audience ('common' fails with AADSTS50059).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sapientsai/power-automate-mcp-server": {
"command": "npx",
"args": [
"-y",
"power-automate-mcp-server"
],
"env": {
"AZURE_CLIENT_ID": "",
"AZURE_TENANT_ID": "",
"FLOW_SCOPES": "",
"AZURE_AUTH_MODE": "",
"AZURE_CLIENT_SECRET": "",
"ENABLE_WRITE_OPS": "",
"DEFAULT_ENVIRONMENT": ""
}
}
}
}