Odel
logicapps mcp

logicapps mcp

Local
@laveeshb6TypeScriptMITUpdated 7mo ago

MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlogicapps-mcpv0.4.3

Run

npx -y logicapps-mcp

MCP client config

{
  "mcpServers": {
    "logicapps-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "logicapps-mcp"
      ]
    }
  }
}