Free Setup Guide

How we replaced ManyChat with Claude + n8n

I just killed our ManyChat sub. The replacement: [Claude](https://claude.com/pricing) for replies plus [n8n](https://github.com/n8n-io/n8n) for orchestration. ManyChat's [Pro plan is $39/month for 2,500 active contacts](https://help.manychat.com/hc/en-us/articles/14281408754716-Understanding-Manychat-Pro-pricing-table-and-invoice-structure) — past that, it scales fast (the AI add-on alone is another $29/month). The Claude + n8n stack costs $25-50/month total, and the replies are smarter.

Adam BurgeAdam BurgeNano Flow

How do I replace ManyChat with Claude + n8n?

Three steps. About two hours including Meta app review.

Step 1: Self-host n8n

bash
# Local dev
npx n8n

# Production via Docker
docker run -it --rm --name n8n -p 5678:5678 \
-v n8n_data:/home/node/.n8n \
docker.n8n.io/n8nio/n8n

The official repo is github.com/n8n-io/n8n187k stars.

Step 2: Get an Instagram / Messenger webhook

Create a Meta app at developers.facebook.com, add the Instagram Messaging product, point the webhook at https://your-n8n.com/webhook/ig-dm. The Meta side is free.

Step 3: Add a Claude credential in n8n

In n8n: Credentials → New → Anthropic. Paste your Claude API key.

Subscribe to continue

Read the rest. Free.

One short email a week. Drop yours and the full guide unlocks below — instantly.

  • The n8n workflow you can import
  • The SQL schema you can paste
  • Step-by-step setup

One short email a week. Unsubscribe anytime.

Already subscribed? Drop your email above (skip the name) — we'll let you back in instantly.

Want bespoke AI automation built for your business?

Book a free 30-min discovery call — we'll map the workflows worth automating, the tools that fit, and tell you straight up where the wins are.

Book a discovery call
Nano Flow

© 2026 Nano Flow. All rights reserved.