Open-source Node-RED MCP alternatives

Node-RED's MCP server is open source, so you can read how it talks to the Admin API and updates flows before trusting it with writes. Every option below publishes its code as well, which lets you audit it, pin a version, and patch behaviour instead of waiting on a maintainer.

The list runs from flow-based engines that mirror Node-RED to code-first task runners and broad app connectors. What they have in common is a repo you can clone and read end to end.

The 8 best open-source alternatives

  1. ActivepiecesOfficial22,504

    Activepieces is open source down to its automation pieces, and its server exposes those pieces and flows to an agent through a per-project endpoint, the closest flow-based match you can fully read.

    Set up Activepieces
  2. n8nCommunity21,439

    Node-rich and open source, the n8n community server gives an agent knowledge of 800+ nodes to design, validate, and deploy workflows, with source you can audit before granting deploy access.

    Set up n8n
  3. TemporalCommunity31

    The open-source Temporal server starts, signals, and queries durable workflows and manages batch operations and schedules. The repo shows exactly how it drives your durable-execution cluster.

    Set up Temporal
  4. ComposioOfficial

    Composio is open source and broad, connecting an agent to 500+ apps through one OAuth-authenticated endpoint. You can read how it manages connections and executes tools before pointing it at real accounts.

    Set up Composio
  5. InngestOfficial

    Inngest's Dev Server MCP is open source and event-driven: send events, invoke functions, monitor runs, and search the docs against a local dev server, with code you can audit alongside your functions.

    Set up Inngest
  6. PipedreamOfficial

    Open source and wide-reaching, the Pipedream server connects an agent to 2,800+ apps and 10,000+ prebuilt actions with managed OAuth, a catalog whose connector code you can inspect.

    Set up Pipedream
  7. Trigger.devOfficial

    Code-first and open source, the Trigger.dev server scaffolds projects, triggers and debugs background tasks, deploys to any environment, and runs TRQL queries, all from a readable repo.

    Set up Trigger.dev
  8. WindmillOfficial

    Windmill's official server is open source and blends scripts and flows: run scripts, manage flows, resources, variables, jobs, and schedules, and expose your own scripts as agent tools, a hybrid you can read top to bottom.

    Set up Windmill

How to choose

Among open-source options, Activepieces and n8n stay closest to Node-RED's flow model, with n8n carrying far more SaaS nodes, and Windmill blends scripts and flows. Temporal, Inngest, and Trigger.dev lean code-first for durable or event-driven work, while Composio and Pipedream are the wide integration layers. The open-source benefit is the same across all of them: read the repo before wiring it into accounts with write access.

FAQ

Is the Node-RED MCP server open source?
Yes. The community server publishes its code, so you can audit how it reads and updates flows through the Admin API and pin the version you run. Every alternative on this page is open source as well.
Which open-source alternative is most like Node-RED?
Activepieces and n8n, both open-source and flow-based. n8n offers the larger node catalog, Activepieces adds a hosted endpoint, so choose by whether integration depth or a managed option matters more.
← Back to the Node-RED MCP server