All 288 Dependencies
Every package Activepieces depends on, ranked by repo health score.
Activepieces is an open-source automation platform designed to be the foundation for both human-driven no-code workflows and AI agent toolchains. Built as a Zapier alternative, it goes further by automatically exposing every integration as a Model Context Protocol (MCP) server, so LLMs like Claude, Cursor, or Windsurf can directly call Gmail, Slack, Notion, HubSpot, and 280+ other services through standardized tool protocols without any extra configuration.
The platform is built around a TypeScript pieces framework where every integration is an npm package that can be developed locally with hot reloading, contributed to the community registry, and automatically versioned and published to npmjs.com. Around 60% of all pieces are community-contributed, creating a growing, self-sustaining ecosystem of integrations that grow the MCP toolkit alongside the workflow library.
Activepieces runs on a multi-process architecture where the API server, execution engine, and workers are separated. User code executes inside Linux kernel-namespaced sandboxes via the isolate binary, giving OS-level isolation rather than just V8 sandboxing. Redis handles job queuing and distributed locking for multi-instance deployments, and PostgreSQL stores flow definitions, run history, and connection credentials.
For enterprise teams, Activepieces offers SAML 2.0 SSO, SCIM provisioning, granular role-based access control, audit logs, and a managed cloud option with SOC 2 and GDPR compliance. The enterprise features layer on top of the MIT-licensed community edition using a cleanly separated `packages/ee` directory, allowing teams to self-host the community edition with full source access while optionally purchasing enterprise capabilities.