MCP Power Automate
Rank #11,873io.github.kaael1/mcp-power-automate
Local MCP for Power Automate with browser-backed auth, target locking, review diff, and rollback.
MCP Power Automate is a Model Context Protocol (MCP) server published by kaael1. It ranks #11,873 of 115,591 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. MCP Power Automate is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 103,718 of 115,591 servers on MCP Toplist.
Use MCP Power Automate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-power-automate -- npx -y @kaael1/mcp-power-automate[mcp_servers.mcp-power-automate]
command = "npx"
args = ["-y", "@kaael1/mcp-power-automate"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-power-automate": {
"command": "npx",
"args": [
"-y",
"@kaael1/mcp-power-automate"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-power-automate": {
"command": "npx",
"args": [
"-y",
"@kaael1/mcp-power-automate"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-power-automate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaael1/mcp-power-automate"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-power-automate": {
"command": "npx",
"args": [
"-y",
"@kaael1/mcp-power-automate"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-power-automate": {
"command": "npx",
"args": [
"-y",
"@kaael1/mcp-power-automate"
]
}
}
}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.kaael1%2Fmcp-power-automate)<a href="https://mcptoplist.com/server/io.github.kaael1%2Fmcp-power-automate"><img src="https://mcptoplist.com/badge/io.github.kaael1%2Fmcp-power-automate.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kaael1
Other servers by kaael1
View all kaael1 servers →Available versions (3)
| Version | Published |
|---|---|
| 0.4.1 | Apr 2, 2026 |
| 0.2.0 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Power Automate?
- MCP Power Automate is maintained by kaael1, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MCP Power Automate listed on the Official MCP Registry?
- Yes — MCP Power Automate is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP Power Automate have?
- MCP Toplist tracks 3 versions of MCP Power Automate, most recently published on Apr 2, 2026.
- Where can I find the source code for MCP Power Automate?
- The source code for MCP Power Automate is hosted at github.com/kaael1/mcp-power-automate.