Skip to content
Cursor

logicapps mcp for Cursor

io.github.laveeshb/logicapps-mcp

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

client:Cursor transport:stdio runtime:npm

Install logicapps mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

logicapps mcp in other clients