io.github.sapientsai
power-automate-mcp-server
Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context.
stdiocommunityservice
Package Details
power-automate-mcp-server
Transportstdio
Environment Variables
AZURE_CLIENT_ID(str)
Required
Application (client) ID of your Entra app registration (multi-tenant public client).
AZURE_TENANT_ID(str)
Required
Tenant GUID. Required for the Flow audience ('common' fails with AADSTS50059).
FLOW_SCOPES(str)
Comma-separated OAuth scopes (e.g. .../Flows.Read.All,.../Flows.Manage.All).
AZURE_AUTH_MODE(str)
interactive (device-code, default) or clientCredentials (app-only).
AZURE_CLIENT_SECRET(str)
Secret
Client secret — only for clientCredentials mode.
ENABLE_WRITE_OPS(str)
Set to 'true' to enable mutating tools (default read-only).
DEFAULT_ENVIRONMENT(str)
Environment id used when a tool omits 'environment'.