power-automate-mcp-server
Rank #14,547io.github.sapientsai/power-automate-mcp-server
Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context.
power-automate-mcp-server is a Model Context Protocol (MCP) server published by sapientsai. It ranks #14,547 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. power-automate-mcp-server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 100,913 of 115,460 servers on MCP Toplist.
Use power-automate-mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add power-automate-mcp-server -e "AZURE_CLIENT_ID=<your AZURE_CLIENT_ID>" -e "AZURE_TENANT_ID=<your AZURE_TENANT_ID>" -e "FLOW_SCOPES=<your FLOW_SCOPES>" -e "AZURE_AUTH_MODE=<your AZURE_AUTH_MODE>" -e "AZURE_CLIENT_SECRET=<your AZURE_CLIENT_SECRET>" -e "ENABLE_WRITE_OPS=<your ENABLE_WRITE_OPS>" -e "DEFAULT_ENVIRONMENT=<your DEFAULT_ENVIRONMENT>" -- npx -y power-automate-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.power-automate-mcp-server]
command = "npx"
args = ["-y", "power-automate-mcp-server"]
[mcp_servers.power-automate-mcp-server.env]
AZURE_CLIENT_ID = "<your AZURE_CLIENT_ID>"
AZURE_TENANT_ID = "<your AZURE_TENANT_ID>"
FLOW_SCOPES = "<your FLOW_SCOPES>"
AZURE_AUTH_MODE = "<your AZURE_AUTH_MODE>"
AZURE_CLIENT_SECRET = "<your AZURE_CLIENT_SECRET>"
ENABLE_WRITE_OPS = "<your ENABLE_WRITE_OPS>"
DEFAULT_ENVIRONMENT = "<your DEFAULT_ENVIRONMENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"power-automate-mcp-server": {
"command": "npx",
"args": [
"-y",
"power-automate-mcp-server"
],
"env": {
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"FLOW_SCOPES": "<your FLOW_SCOPES>",
"AZURE_AUTH_MODE": "<your AZURE_AUTH_MODE>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"ENABLE_WRITE_OPS": "<your ENABLE_WRITE_OPS>",
"DEFAULT_ENVIRONMENT": "<your DEFAULT_ENVIRONMENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"power-automate-mcp-server": {
"command": "npx",
"args": [
"-y",
"power-automate-mcp-server"
],
"env": {
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"FLOW_SCOPES": "<your FLOW_SCOPES>",
"AZURE_AUTH_MODE": "<your AZURE_AUTH_MODE>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"ENABLE_WRITE_OPS": "<your ENABLE_WRITE_OPS>",
"DEFAULT_ENVIRONMENT": "<your DEFAULT_ENVIRONMENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"power-automate-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"power-automate-mcp-server"
],
"env": {
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"FLOW_SCOPES": "<your FLOW_SCOPES>",
"AZURE_AUTH_MODE": "<your AZURE_AUTH_MODE>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"ENABLE_WRITE_OPS": "<your ENABLE_WRITE_OPS>",
"DEFAULT_ENVIRONMENT": "<your DEFAULT_ENVIRONMENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"power-automate-mcp-server": {
"command": "npx",
"args": [
"-y",
"power-automate-mcp-server"
],
"env": {
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"FLOW_SCOPES": "<your FLOW_SCOPES>",
"AZURE_AUTH_MODE": "<your AZURE_AUTH_MODE>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"ENABLE_WRITE_OPS": "<your ENABLE_WRITE_OPS>",
"DEFAULT_ENVIRONMENT": "<your DEFAULT_ENVIRONMENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"power-automate-mcp-server": {
"command": "npx",
"args": [
"-y",
"power-automate-mcp-server"
],
"env": {
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"FLOW_SCOPES": "<your FLOW_SCOPES>",
"AZURE_AUTH_MODE": "<your AZURE_AUTH_MODE>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"ENABLE_WRITE_OPS": "<your ENABLE_WRITE_OPS>",
"DEFAULT_ENVIRONMENT": "<your DEFAULT_ENVIRONMENT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sapientsai%2Fpower-automate-mcp-server)<a href="https://mcptoplist.com/server/io.github.sapientsai%2Fpower-automate-mcp-server"><img src="https://mcptoplist.com/badge/io.github.sapientsai%2Fpower-automate-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sapientsai
Other servers by sapientsai
View all sapientsai servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.1 | Jun 3, 2026 |
| 0.1.1 | Jun 3, 2026 |
Frequently asked questions
- Who maintains power-automate-mcp-server?
- power-automate-mcp-server is maintained by sapientsai, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is power-automate-mcp-server listed on the Official MCP Registry?
- Yes — power-automate-mcp-server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does power-automate-mcp-server have?
- MCP Toplist tracks 2 versions of power-automate-mcp-server, most recently published on Jun 3, 2026.
- Where can I find the source code for power-automate-mcp-server?
- The source code for power-automate-mcp-server is hosted at github.com/sapientsai/power-automate-mcp-server.