MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

P
Power Automate MCP Skills
作者 @ninihen1

GitHub Copilot agent skills for Power Automate via FlowStudio MCP — build, debug, and operate cloud flows programmatically

创建于 2/26/2026
更新于 about 6 hours ago
Repository documentation and setup instructions

FlowStudio MCP — GitHub Copilot Agent Skills

GitHub Copilot agent skills for FlowStudio, a Power Automate MCP (Model Context Protocol) service that lets AI agents read, modify, deploy, debug, and monitor Power Automate cloud flows programmatically.

Skills

| Skill | Description | |---|---| | power-automate-mcp | Connect to and operate Power Automate cloud flows — list flows, read definitions, check runs, resubmit, cancel | | power-automate-debug | Step-by-step diagnostic process for investigating failing flows | | power-automate-build | Build, scaffold, and deploy Power Automate flow definitions from scratch |

Each skill is a self-contained folder with a SKILL.md instruction file and bundled references/ assets, following the Agent Skills specification used by github/awesome-copilot.

Prerequisites

  • A FlowStudio MCP subscription (or compatible Power Automate MCP server)
  • MCP endpoint: https://mcp.flowstudio.app/mcp (same for all subscribers)
  • API key / JWT token (passed as x-api-key header — not Bearer)

Quick Start

  1. Copy the skill folder(s) you need into your project's .github/skills/ directory (or wherever your agent discovers skills)
  2. Configure your JWT token (obtain from flowstudio.app)
  3. Ask your AI agent to "list my Power Automate flows" — the skill will guide it

Repository Structure

skills/
  power-automate-mcp/       ← core connection & operation skill
    SKILL.md
    references/
      TOOL-REFERENCE.md
      ACTION-TYPES.md
      CONNECTION-REFERENCES.md
  power-automate-debug/     ← debug workflow skill
    SKILL.md
    references/
      COMMON-ERRORS.md
      DEBUG-WORKFLOW.md
  power-automate-build/     ← build & deploy skill
    SKILL.md
    references/
      ACTION-PATTERNS-CORE.md
      ACTION-PATTERNS-DATA.md
      ACTION-PATTERNS-CONNECTORS.md
      FLOW-SCHEMA.md
      TRIGGER-TYPES.md
README.md                   ← this file
LICENSE                     ← MIT

Contributing

Contributions welcome! Each skill folder must contain at minimum a SKILL.md with the required frontmatter format. See the existing skills for examples.

License

MIT

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/ninihen1/power-automate-mcp-skills
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "ninihen1-power-automate-mcp-skills": { "command": "git", "args": [ "clone", "https://github.com/ninihen1/power-automate-mcp-skills" ] } } }