Back to MCP directory
publicPublicdnsLocal runtime

activepieces

Activepieces是一个开源的自动化工作流平台,旨在替代Zapier。它提供了一个可扩展的、类型安全的TypeScript框架,支持200多种服务的集成,并且具有AI优先、企业级安全、人工干预流程等特点。项目强调开发者友好和社区贡献,支持多语言翻译和自定义模板。

article

README

🚀 贡献者列表

本项目遵循all-contributors规范,我们欢迎任何形式的贡献!以下是为项目做出贡献的人员列表:

| 贡献者 | 贡献类型 | 链接 | | ---- | ---- | ---- | | Tiger Kaovilai | 💻 | GitHub个人主页 | | Harikrishnan U M | 🐛 | GitHub个人主页 | | perrine-pullicino-alan | 🔌 | GitHub个人主页 | | Tiger Kaovilai | 💻 | 个人网站 |

感谢以上所有贡献者的付出,让项目不断成长和完善!期待更多朋友加入到项目贡献中来。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client