n8n MCP Production Workflow Examples
Real n8n workflows from production, exported and anonymised from synta mcp usage data. Each one is deployed by real users and built around a specific use case.
Workflows
content-social/
| File | Use Case |
|---|---|
wordpress-publish-to-social-caption.json |
Auto-generate social captions on WordPress publish, create branded image, notify via WhatsApp |
article-scraper-to-branded-post.json |
Scrape article, generate branded image and social post via Claude |
lead-generation/
| File | Use Case |
|---|---|
multi-source-lead-scorer.json |
Collect leads from form, email and social DMs, score with AI, route hot leads to Slack |
call-transcript-reviewer-ghl.json |
Pull call transcripts from Dialpad via GHL webhook, review with Claude, save scored results to Sheets |
google-maps-lead-scraper.json |
Scrape Google Maps daily, extract emails from business websites, AI-enrich and score each lead, save to Airtable |
business-listing-monitor.json |
Run daily, fetch search criteria from Postgres, scrape BizBuySell/Flippa/Empire Flippers and others, hash each listing for deduplication, notify only on genuinely new results |
customer-support/
| File | Use Case |
|---|---|
whatsapp-ai-support-bot.json |
Classify incoming WhatsApp messages as FAQ, BOOKING, or HUMAN, route to an AI agent with Pinecone knowledge base and Google Calendar access, escalate complaints to Slack with full context |
hiring-recruiting/
| File | Use Case |
|---|---|
interview-prep-packet-generator.json |
Poll Gem ATS every 5 min, detect candidates entering interview stage, pull profile + prior scorecards + job details, find role alignment doc from Drive, generate full prep packet via Gemini, send to Slack and email |
finance-operations/
| File | Use Case |
|---|---|
overdue-invoice-follow-up.json |
Run daily, pull unpaid invoices from Sheets, escalate via email at 3/7 days and Slack at 14 days, track reminder stage so each invoice only moves forward |
document-processing/
| File | Use Case |
|---|---|
email-attachment-document-processor.json |
Extract, classify and archive email attachments to Google Drive |
email-travel-booking-scanner.json |
Scan Gmail hourly for travel bookings, extract with Claude, deduplicate, update trip log |
research-intelligence/
| File | Use Case |
|---|---|
airtable-checkbox-research-pipeline.json |
Tick a checkbox in Airtable, workflow pulls the full record, sends it to Perplexity Sonar for live research, passes results to Claude 3.5 for analysis, writes structured output (brief, conversation angles, guest suggestions) back into the record |
academic-literature-review-generator.json |
Form submission kicks off a full literature review — searches Semantic Scholar and CrossRef simultaneously, deduplicates, runs each paper through GPT-4 for analysis, generates a structured review with GPT-4o, and exports it as a markdown document |
How to use
- Copy the contents of any
.jsonfile - In n8n, go to Workflows → Import from JSON
- Paste and import
- Reconnect credentials and update any hardcoded values
Notes
- All workflows are anonymised. Credentials, emails, and API keys have been removed or redacted.
- Node positions are preserved so the canvas layout imports cleanly.
- Built and exported via Synta — the best n8n mcp and AI workflow builder for n8n.
Contributing
Have a clean production workflow to share? Open a PR.