Activepieces

Active
GitHub TypeScript NOASSERTION

Description

Activepieces is an open-source AI workflow automation platform with 400+ MCP servers for AI agents, enabling no-code business process orchestration.

Key Features

  • 400+ integration pieces — ready-to-use integrations for Google Sheets, OpenAI, Discord, and 400+ services
  • Auto-generated MCP servers — all pieces exposed as MCP servers for direct use in Claude Desktop
  • TypeScript type-safe framework — pieces written in TypeScript with hot-reload local development
  • Visual flow builder — no-code drag-and-drop UI with loops, branches, and auto-retries
  • Human-in-the-Loop — built-in delay execution and approval mechanisms for human intervention
  • Self-hosted and secure — one-click Docker deployment, network isolation, full data control

Use Cases

💡 Automating cross-platform business processes (notifications, data sync, ticket creation)
💡 Building AI-driven content processing pipelines (doc analysis, email summarization)
💡 Setting up no-code automation platforms for teams
💡 Integrating MCP servers into LLM workflows for tool calls
💡 Self-hosted open-source alternative to Zapier/n8n

Categories

Quick Start

docker compose up -d

# Visit http://localhost:8080
# 1. Create an account
# 2. Choose a template or start from scratch
# 3. Drag and drop pieces (trigger + actions)
# 4. Configure connections
# 5. Activate the flow

# Or use CLI
npx activepieces dev

Related Projects