Local MCP for Power Automate flows with browser-backed auth, extension, and Codex skill.
Connect MCP Power Automate to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Local MCP for Power Automate flows with browser-backed auth, extension, and Codex skill. The mcp power automate mcp server is what makes that connection.
Local-first MCP server and Chromium extension for AI-assisted Microsoft Power Automate work.
@kaael1/mcp-power-automate on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by kaael1; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
{
"mcpServers": {
"power-automate": {
"command": "npx",
"args": ["-y", "@kaael1/mcp-power-automate"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.