Serversio.github.ninihen1/flowstudio-mcp
M

Power Automate MCP Server by Flow Studio

io.github.ninihen1/flowstudio-mcp · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.flowstudio.app/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ninihen1/flowstudio-mcp",
  "description": "Debug, build, and manage Power Automate cloud flows with AI agents",
  "title": "Power Automate MCP Server by Flow Studio",
  "repository": {
    "url": "https://github.com/ninihen1/power-automate-mcp-skills",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://mcp.flowstudio.app",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.flowstudio.app/mcp",
      "headers": [
        {
          "description": "Flow Studio MCP API key (get one at https://mcp.flowstudio.app)",
          "isRequired": true,
          "isSecret": true,
          "name": "x-api-key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}