AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"activepieces": {
"command": "npx",
"args": [
"-y",
"activepieces/activepieces"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add activepieces npx -y activepieces/activepieces
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"activepieces": {
"command": "npx",
"args": [
"-y",
"activepieces/activepieces"
]
}
}
}
📋 Copy