data-ai MCP Server
Local Power Automate MCP server, browser extension, and installable Codex skill.
Discovered via github-topic:model-context-protocol and last synced 3mo ago.
1. Install the package
npx @kaael1/mcp-power-automate
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-kaael1-mcp-power-automate": {
"command": "npx",
"args": [
"@kaael1/mcp-power-automate"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)