mcpbeat Sign in

Logicapps MCP Server

local only

Logicapps MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 11 Jan 2026.

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

Installs per day peak 12 · avg 6 · -28% w/w
a month agotoday
38
Installs / week
npm · logicapps-mcp
6
Stars
29 open issues
11 Jan 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Logicapps MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add logicapps-mcp -- npx -y logicapps-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "logicapps-mcp": {
      "args": [
        "-y",
        "logicapps-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.logicapps-mcp]
command = "npx"
args = ["-y", "logicapps-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "logicapps-mcp": {
      "args": [
        "-y",
        "logicapps-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "logicapps-mcp": {
      "args": [
        "-y",
        "logicapps-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Logicapps MCP

same job, measured the same way
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
Unraid RMCP
by dinglebear

Rust MCP server and CLI for Unraid GraphQL, NAS, Docker, VM, and storage workflows.

local only
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering
I
AWS MCP Server
by aws

A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.

local only
I
AWS MCP Server
by aws

AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.

278 552 installs/wk local only
Rancher MCP
by rex

Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.

134 installs/wk local only

Logicapps MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Logicapps MCP?
Logicapps MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package logicapps-mcp was installed 38 times last week.
How do I connect Logicapps MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls logicapps-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Logicapps MCP?
The npm package logicapps-mcp was installed 38 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Logicapps MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 29 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.