power-automate-mcp-server
About
Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AZURE_CLIENT_ID AZURE_TENANT_ID FLOW_SCOPES AZURE_AUTH_MODE AZURE_CLIENT_SECRET ENABLE_WRITE_OPS DEFAULT_ENVIRONMENTClaude Code
claude mcp add --env AZURE_CLIENT_ID= --env AZURE_TENANT_ID= --env FLOW_SCOPES= --env AZURE_AUTH_MODE= --env AZURE_CLIENT_SECRET= --env ENABLE_WRITE_OPS= --env DEFAULT_ENVIRONMENT= power-automate-mcp-server -- npx power-automate-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"power-automate-mcp-server","command":"npx","args":["power-automate-mcp-server"],"env":{"AZURE_CLIENT_ID":"","AZURE_TENANT_ID":"","FLOW_SCOPES":"","AZURE_AUTH_MODE":"","AZURE_CLIENT_SECRET":"","ENABLE_WRITE_OPS":"","DEFAULT_ENVIRONMENT":""}}'
JSON
{
"mcpServers": {
"power-automate-mcp-server": {
"command": "npx",
"args": [
"power-automate-mcp-server"
],
"env": {
"AZURE_CLIENT_ID": "",
"AZURE_TENANT_ID": "",
"FLOW_SCOPES": "",
"AZURE_AUTH_MODE": "",
"AZURE_CLIENT_SECRET": "",
"ENABLE_WRITE_OPS": "",
"DEFAULT_ENVIRONMENT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.