⚒️ Engineering

515 templates — ⚒️ Software engineering workflows, code review, testing automation, and developer productivity tools.

⬅️ Back to main index

Developer Automation & API Workflows with n8n

Developer automation covers the workflows software teams build for themselves — API integrations, internal tooling, data sync between services, testing automation, and the glue code that connects systems. n8n is particularly useful here because the HTTP Request node calls any REST API and the Code node runs arbitrary JavaScript or Python, so you’re not limited to pre-built integrations.

This category has 515 templates for software teams: CI/CD pipeline triggers, GitHub and GitLab automation, API endpoint creation, database sync workflows, and developer productivity tools that connect Jira, Slack, GitHub, and internal services.

What You Can Do

Getting Started

The HTTP Request integration page lists every template that uses API calls — a good starting point for any API automation project. Browse the templates below and see also: DevOps & CI/CD for deployment pipeline automation.


📋 Templates

TemplateDescription🔗 Key Nodes👀 Views
🏆 Creating an API endpointTask:Webhook448,875
🥇 AI agent that can scrape webpages!n8nReAct.webpHTTP Request, Markdown, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Call n8n Workflow Tool276,305
🥈 Pulling data from services that n8n doesn’t have a pre-built integration forYou still can use the app in a workflow even if we don’t have a node for that or the existing operation for that. With the HTTP Request node, it is possible to call any API point and use the incomi…HTTP Request, HTML Extract225,336
🥉 Chat with local LLMs using n8n and OllamaThis n8n workflow allows you to seamlessly interact with your self-hosted Large Language Models (LLMs) through a user-friendly chat interface. By connecting to Ollama, a powerful tool for managing …Basic LLM Chain, Ollama Chat Model, Chat Trigger186,162
🎓 Learn JSON basics with an interactive step-by-step tutorial for beginnersThis workflow is an interactive, hands-on tutorial designed to teach you the absolute basics of JSON (JavaScript Object Notation) and, more importantly, how to use it within n8n. It’s perfect for b…130,880
Joining different datasetsTask:Function126,178
Scrape and store data from multiple website pagesThis workflow allows extracting data from multiple pages website.Function, Function Item, HTTP Request, Read Binary File, Start, Write Binary File103,257
Build your own N8N workflows MCP serverDesigning agent tools for outcome rather than utility has been a long recommended practice of mine and it applies well when it comes to building MCP servers; In gist, agents to be making the least …Redis, Execute Sub-workflow, n8n, Execute Workflow Trigger, Filter, AI Agent90,767
Working with dates and timesTask:84,959
Build an MCP server with Google Calendar and custom functionsLearn how to build an MCP Server and Client in n8n with official nodes.HTTP Request, Execute Workflow Trigger, DebugHelper, AI Agent, OpenAI Chat Model, Simple Memory71,420
Scrape any web page into structured JSON data with ScrapeNinja and AIDisclaimer: This template only works on self-hosted for now, as it uses a community node.Basic LLM Chain, Google Gemini Chat Model65,291
Preparing data to be sent to a serviceTask:Google Sheets, Customer Datastore (n8n training)64,760
Generate SQL queries from schema only - AI-poweredThis workflow is a modification of the previous template on how to create an SQL agent with LangChain and SQLite.MySQL, AI Agent, OpenAI Chat Model, Simple Memory, Read/Write Files from Disk, Convert to File54,392
AI: conversational agent with custom tool written in JavaScriptThis workflow implements a custom tool via JavaScript code which returns a random color to users and excludes the given colors.AI Agent, OpenAI Chat Model, Code Tool, Chat Trigger54,000
🎓 Learn n8n expressions with an interactive step-by-step tutorial for beginnersThis template is an interactive, step-by-step tutorial designed to teach you the most important skill in n8n: using expressions to access and manipulate data.53,136
Ai prompt generator workflowThis workflow is for AI builders, prompt engineers, developers, marketers, and no-code creators who want to convert rough user input into structured, high-quality prompts for LLMs. It’s especially …Basic LLM Chain, Auto-fixing Output Parser, Structured Output Parser, n8n Form Trigger, Google Gemini Chat Model, n8n Form51,745
N8N for beginners: looping over itemsThis workflow is designed for n8n beginners to understand how n8n handles looping (iteration) over multiple items. It highlights two key behaviors:44,859
Use an open-source LLM (via HuggingFace)This workflow demonstrates how to connect an open-source model to a Basic LLM node.Basic LLM Chain, Hugging Face Inference Model, Chat Trigger42,818
🐋DeepSeek V3 chat & R1 reasoning quick startThis n8n workflow demonstrates multiple ways to harness DeepSeek’s AI models in your automation pipeline! 🌟HTTP Request, AI Agent, Basic LLM Chain, Ollama Chat Model, OpenAI Chat Model, Simple Memory39,762
Building RAG chatbot for movie recommendations with Qdrant and Open AICreate a recommendation tool without hallucinations based on RAG with the Qdrant Vector database. This example is based on movie recommendations on the IMDB-top1000 dataset. You can provide your wi…GitHub, HTTP Request, Execute Workflow Trigger, AI Agent, Embeddings OpenAI, OpenAI Chat Model35,862
ChatGPT Automatic Code Review in Gitlab MRThis template is for every engineer who wants to automate their code reviews or just get a 2nd opinion on their PR.HTTP Request, Webhook, Basic LLM Chain, OpenAI Chat Model32,826
Build custom workflows automatically with GPT-4o, RAG, and web searchNeed to turn a one-line chat request into a fully-wired n8n workflow template—complete with AI agents, RAG, and web-search super-powers—without lifting a finger?HTTP Request, AI Agent, Embeddings OpenAI, Recursive Character Text Splitter, SerpApi (Google Search), Pinecone Vector Store32,701
Api schema extractorThis workflow automates the process of discovering and extracting APIs from various services, followed by generating custom schemas. It works in three distinct stages: research, extraction, and sch…Google Sheets, HTTP Request, Google Drive, Execute Sub-workflow, Execute Workflow Trigger, Filter29,284
OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1This workflow contains 5 examples on how to work with OpenAI API.HTTP Request, Read Binary Files, OpenAI26,591
Query Perplexity AI from your n8n workflowsThis workflow illustrates how to use Perplexity AI in your n8n workflow.HTTP Request24,791
Allow your AI to call an API to fetch dataUse n8n to bring data from any API to your AI. This workflow uses the Chat Trigger to provide the chat interface, and the Custom n8n Workflow Tool to call a second workflow that calls the API.HTTP Request, Execute Workflow Trigger, AI Agent, Basic LLM Chain, OpenAI Chat Model, Simple Memory23,149
Import data from MySQL into Google SheetsThis workflow queries a table in MySQL and inserts the data into Google Sheets.Cron, Google Sheets, MySQL21,579
Serve a static HTML page when a link is accessedThis easy-to-extend workflow automatically serves a static HTML page when a URL is accessed in a browser.Webhook20,554
AI agent to chat with Supabase/PostgreSQL DBI prepared a detailed guide that showed the whole process of building a resume analyzer.AI Agent, OpenAI Chat Model, Chat Trigger19,119
AI agent with charts capabilities using OpenAI structured output and QuickchartThis workflow is an experiment to integrate charts in AI Agents, using the new Structured Output from OpenAI and Quickchart.io.HTTP Request, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool18,624
🛠️ AI Prompt MakerThis template provides a complete, ready-to-use web application for generating high-quality AI prompts. It features a user-friendly web form where you can describe your goal, and it leverages an AI…Webhook, Basic LLM Chain, n8n Form Trigger, Google Gemini Chat Model, n8n Form18,119
Track AI agent token usage and estimate costs in Google Sheets!image.pngGoogle Sheets, Execute Sub-workflow, n8n, Execute Workflow Trigger, AI Agent, Anthropic Chat Model16,706
Visualize your SQL Agent queries with OpenAI and Quickchart.io- This workflow aims to provide data visualization capabilities to a native SQL Agent.HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory16,437
Scalable multi-agent chat using @mentionsEngage multiple, uniquely configured AI agents (using different models via OpenRouter) in a single conversation. Trigger specific agents with @mentions or let them all respond. Easily scalable by e…AI Agent, Simple Memory, Chat Trigger, OpenRouter Chat Model16,419
Insert a document in MongoDBCompanion workflow for MongoDB node docsStart, MongoDB16,325
Force AI to use a specific output formatThis workflow is for anyone looking to automatically fetch, validate, and parse complex language-based queries into a structured format. Its unique capability lies in not only processing language b…Basic LLM Chain, OpenAI Chat Model, Auto-fixing Output Parser, Structured Output Parser15,941
Custom LangChain agent written in JavaScriptThis workflow has multiple functionalities. It starts with a manual trigger, “When clicking ‘Execute Workflow’”, that activates two separate paths.AI Agent, LangChain Code, OpenAI Chat Model, Code Tool15,784
Evaluate tool usage accuracy in multi-agent AI workflows using evaluation nodesWho’s it forAI Agent, Embeddings OpenAI, Calculator, Call n8n Workflow Tool, Chat Trigger, Qdrant Vector Store15,678
Import CSV into MySQLThis workflow demonstrates how CSV file can be automatically imported into existing MySQL database.Read Binary File, Spreadsheet File, MySQL15,624
Execute an SQL query in Microsoft SQL!workflow-screenshotStart, Microsoft SQL15,424
🔐🦙Private & local Ollama self-hosted + dynamic LLM routerThis workflow template is designed for AI enthusiasts, developers, and privacy-conscious users who want to leverage the power of local large language models (LLMs) without sending data to external …AI Agent, Ollama Chat Model, Simple Memory, Chat Trigger15,233
OpenAI assistant with custom toolsThis workflow shows how you can get your OpenAI assistant to call an n8n workflow as a tool. Since you can put almost any functionality in an n8n workflow, this means you can give your assistant ac…Execute Workflow Trigger, Code Tool, Call n8n Workflow Tool, Manual Chat Trigger14,577
Handle pagination in HTTP requestsThis example workflow demonstrates how to handle pagination.Function, HTTP Request, Start13,252
Use any LangChain module in n8n (with the LangChain code node)LangChain is a framework for building AI functionality that users large language models. By leveraging the functionality of LangChain, you can write even more powerful workflows.LangChain Code, OpenAI Chat Model12,741
Insert Excel data to Postgres1. Read XLS from filePostgres, Read Binary File, Spreadsheet File, Start12,405
Pattern for parallel sub-workflow execution followed by wait-for-all loopThis (set of) workflow(s) shows how to start multiple sub-workflows, asynchronously, in parallel, and then wait for all of them to complete. Normally sub-workflows would need to be run synchronous…HTTP Request, Webhook11,899
AI orchestrator: dynamically selects models based on input typeThis workflow is designed to intelligently route user queries to the most suitable large language model (LLM) based on the type of request received in a chat environment. It uses structured classif…AI Agent, Basic LLM Chain, Anthropic Chat Model, OpenAI Chat Model, Simple Memory, Structured Output Parser11,893
Demo workflow - how to use workflowStaticData()This workflow demonstrates how to use the workflowStaticData() function to set any type of variable that will persist within workflow executions.HTTP Request, Webhook, Schedule Trigger11,729
Automate web interactions with Claude 3.5 Haiku and Airtop Browser AgentThis workflow is designed to automate web interactions by simulating a human user, using a combination of the Agent node and AI tools powered by Airtop.Slack, Execute Workflow Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser, Call n8n Workflow Tool11,441
Merge multiple runs into oneThis is a workflow that might come handy after using loops. They usually leave you with items spread across different “runs”. The Code node in this example workflow merges them into a single run, s…Start, Customer Datastore (n8n training)11,217
RAG: context-aware chunking | Google Drive to Pinecone via OpenRouter & GeminiWorkflow based on the following article.Google Drive, AI Agent, Recursive Character Text Splitter, Pinecone Vector Store, Extract from File, Default Data Loader10,133
Web site scraper for LLMs with AirtopAutomating web scraping with recursive depth is ideal for collecting content across multiple linked pages—perfect for content aggregation, lead generation, or research projects.Google Sheets, Google Docs, Execute Workflow Trigger, n8n Form Trigger, Airtop9,611
Generating image embeddings via textual summarisationThis n8n template demonstrates an approach to image embeddings for purpose of building a quick image contextual search. Use-cases could for a personal photo library, product recommendations or sear…Edit Image, Google Drive, Embeddings OpenAI, Recursive Character Text Splitter, Simple Vector Store, Default Data Loader9,492
Anthropic AI agent: Claude Sonnet 4 and Opus 4 with Think and Web Search toolThis workflow dynamically chooses between two new powerful Anthropic models — Claude Opus 4 and Claude Sonnet 4 — to handle user queries, based on their complexity and nature, maintaining scalabili…AI Agent, Anthropic Chat Model, Simple Memory, Structured Output Parser, Calculator, Chat Trigger9,424
Build your own PostgreSQL MCP serverThis MCP example is based off an official MCP reference implementation which can be found here -https://github.com/modelcontextprotocol/servers/tree/main/src/postgresPostgres, Execute Workflow Trigger, Call n8n Workflow Tool, MCP Server Trigger9,419
Sync Google Sheets data with MySQLThis workflow performs several data integration and synchronization tasks between Google Sheets and a MySQL database.Google Sheets, MySQL, Schedule Trigger9,352
Create, update, and get a document in Google Cloud Firestore!workflow-screenshotStart, Google Cloud Firestore8,959
Build your own image search using AI object detection, CDN and ElasticSearchThis n8n workflow demonstrates how to automate indexing of images to build a object-based image search.Edit Image, HTTP Request, Elasticsearch, Filter8,595
Natural language database queries with dual-agent AI & PostgreSQL integrationAI Database Assistant with Smart Query’s & PostgreSQL IntegrationPostgres, Telegram, Telegram Trigger, Execute Workflow Trigger, AI Agent, Call n8n Workflow Tool8,409
Build an MCP server with AirtableThis template is designed for anyone who wants to integrate MCP with their AI Agents using Airtable. Whether you’re a developer, a data analyst, or an automation enthusiast, if you’re looking to le…AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger8,260
Authenticate a user in a workflow with OpenID ConnectThis workflow needs a user to authenticate by using an openid connect provider in order to call the webhook.HTTP Request, Webhook8,201
Split test different agent prompts with Supabase and OpenAIOftentimes, it’s useful to test different settings for a large language model in production against various metrics. Split testing is a good method for doing this.Supabase, AI Agent, OpenAI Chat Model, Chat Trigger, Postgres Chat Memory8,113
🔍 Visualize your n8n workflows with Mermaid.js!🎨 View and understand workflow structures at a glance with this template!Webhook, n8n7,549
Telegram echo-botThis is a workflow for a Telegram-echo bot.Telegram, Telegram Trigger7,331
Introduction to the HTTP toolThis n8n template showcases the new HTTP tool released in version 1.47.0.AI Agent, OpenAI Chat Model7,212
Generate and insert data into a Postgres databaseThis is Workflow 1 in the blog tutorial Database activity monitoring and alerting.Cron, Function, Postgres6,902
Synchronize your Google Sheets with PostgresSync your Google Sheets Data with your Postgres database table, requiring minimal adjustments. Follow these steps:Google Sheets, Postgres, Schedule Trigger6,839
Create a table in MySQL and insert dataCompanion workflow for MySQL node docsStart, MySQL6,815
Rate limiting and waiting for external eventsTask:Customer Datastore (n8n training), Customer Messenger (n8n training)6,686
Split in batches node noItemsLeft exampleThis workflow demonstrates how to use noItemsLeft to check if there are items left to be processed by the SplitInBatches node.Function, Start6,651
Merge data for multiple executionsThis workflow demonstrates how to merge data for different executions.Function, RSS Read, Start6,474
Run a SQL query on PostgresCompanion Workflow for Postgres node docsPostgres, Start6,209
Create OpenAI-compatible API using GitHub models for free AI accessWhilst it is possible to use HTTP nodes to access Github Models, The aim of this template is to use it with existing n8n LLM nodes - saves the trouble of refactoring!HTTP Request, Webhook, Basic LLM Chain, OpenAI Chat Model, Chat Trigger6,016
Import CSV files from filesystem into Postgres— Disclaimer: This template is mainly made for self-hosted users who can reach CSV files in their file system. For Cloud users, just replace the first few nodes with your file system of choice, li…Postgres, Read Binary File, Spreadsheet File5,923
Visual regression testing with Apify and AI Vision ModelThis n8n workflow is a proof-of-concept template exploring how we might work with multimodal LLMs and their multi-image analysis capabilities. In this demo, we compare 2 screenshots of a webpage ta…Google Sheets, HTTP Request, Google Drive, Linear, Schedule Trigger, Filter5,564
Build an MCP server with Google CalendarThis template is designed for anyone who wants to integrate MCP with their AI Agents. Whether you’re a developer, a data analyst, or an automation enthusiast, if you’re looking to leverage the powe…AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger5,461
Import data from Google Sheets into MySQLThis workflow imports data from Google Sheets into a MySQL database.Cron, Google Sheets, MySQL5,315
API queries data from GraphQL!workflow-screenshotFunction, Webhook, GraphQL5,230
Filtering and branching dataTask:Customer Datastore (n8n training)5,130
Build an on-premises AI Kaggle competition assistant with Qdrant RAG and OllamaAn on-premises, domain-specific AI assistant for Kaggle (tested on binary disaster-tweet classification), combining LLM, an n8n workflow engine, and Qdrant-backed Retrieval-Augmented Generation (RAG).Local File Trigger, Markdown, AI Agent, Summarization Chain, Ollama Chat Model, Ollama Model4,776
Dynamic AI model router for query optimization with OpenRouterThe Agent Decisioner is a dynamic, AI-powered routing system that automatically selects the most appropriate large language model (LLM) to respond to a user’s query based on the query’s content and…AI Agent, OpenAI Chat Model, Auto-fixing Output Parser, Structured Output Parser, Chat Trigger, OpenRouter Chat Model4,768
Build an endpoint to perform CRUD operations with multiple HTTP methodsThis n8n workflow template allows you to create a CRUD endpoint that performs the following actions:Airtable, Webhook4,680
🚀 Local multi-LLM testing & performance trackerThis workflow is perfect for developers, researchers, and data scientists benchmarking multiple LLMs with LM Studio. It dynamically fetches active models, tests prompts, and tracks metrics like wor…Google Sheets, HTTP Request, Basic LLM Chain, OpenAI Chat Model, Chat Trigger4,544
Automated end-to-end fine-tuning of OpenAI models with Google Drive integrationThis n8n workflow automates fine-tuning OpenAI models through these key steps:HTTP Request, Google Drive, AI Agent, OpenAI Chat Model, Chat Trigger, OpenAI4,537
Create a table in Postgres and insert dataCompanion workflow for Postgres node docsPostgres, Start4,501
Avoid rate limiting by batching HTTP requestsThis workflow demonstrates the use of the Split In Batches node and the Wait node to avoid API rate limits.HTTP Request, Start, Customer Datastore (n8n training)4,497
Build an MCP server which answers questions with retrieval augmented generation!thumbnail.pngn8n Form Trigger, Default Data Loader, Qdrant Vector Store, Embeddings Ollama, MCP Server Trigger4,338
Load data into spreadsheet or databaseThis workflow is a generic example of how to load data from your workflow into a destination that stores tabular data. For example, a Google Sheets or Airtable sheet, a .CSV file, or any relational…Function, Start4,326
🎓 Learn Workflow Logic with Merge, IF & Switch OperationsEver wonder how to make your workflows smarter? How to handle different types of data in different ways? This template is a hands-on tutorial that teaches you the three most fundamental nodes for c…4,230
Receive messages for a MQTT queue!workflow-screenshotStart, MQTT Trigger4,197
Low-code API for Flutterflow apps- Flow Start: The flow starts upon receiving an HTTP GET call.Webhook, Customer Datastore (n8n training)4,067
Join data from Postgres and MySQLquery data from two different databases handle and unify in a single returnFunction, HTTP Request, Postgres, Webhook, MySQL4,006
Make OpenAI citation for file retrieval RAGIn this example, we will ensure that all texts from the OpenAI assistant search for citations and sources in the vector store files. We can also format the output for Markdown or HTML tags.HTTP Request, Markdown, Simple Memory, Chat Trigger, OpenAI3,978
Using external workflows as tools in n8nThis guide will show you how to use a workflow as a reusable tool in n8n, such as integrating an AI Agent or other specialized processes into your workflows.HTTP Request, Execute Workflow Trigger3,940
Count the items returned by a nodeThis workflow provides a simple approach to counting the items returned by a node.Customer Datastore (n8n training)3,829
Vector database as a big data analysis tool for AI agents [1/3 anomaly][1/2 KNN]Workflows from the webinar “Build production-ready AI Agents with Qdrant and n8n”.HTTP Request, Google Cloud Storage, Filter3,815
Evaluation metric example: RAG document relevanceThis is a template for n8n’s evaluation feature.Google Sheets, AI Agent, Embeddings OpenAI, OpenAI Chat Model, Recursive Character Text Splitter, Simple Vector Store3,789
Webhook returning XML!workflow-screenshotWebhook3,779
itemMatching() usage exampleThis workflow provides a simple example of how to use itemMatching(itemIndex: Number) in the Code node to retrieve linked items from earlier in the workflow.Customer Datastore (n8n training)3,708
Fetch dynamic prompts from GitHub and auto-populate n8n expressions in promptThis workflow is designed for AI engineers, automation specialists, and content creators who need a scalable system to dynamically manage prompts stored in GitHub. It eliminates manual updates, enf…GitHub, Stop and Error, AI Agent, Ollama Chat Model, Extract from File3,674
OpenAI responses API adapter for LLM and AI agent workflowsThough I would recommend just waiting for official support, if you’re impatient and would like a round-about way to integrate OpenAI’s responses API into your existing AI workflows then this templa…HTTP Request, Webhook, AI Agent, OpenAI Chat Model, Chat Trigger3,615
Use OpenRouter in n8n versions <1.78In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot of different LLM models and providers and change models on the fly in an agentic workflow.AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger3,595
Get long lived Facebook user or page access tokenFacebook access tokens expire quickly, requiring regular updates for continued API access. This workflow simplifies the process of exchanging short-lived tokens for long-lived ones, saving time and…HTTP Request3,571
Host your own JWT authentication system with Data Tables and token managementA production-ready authentication workflow implementing secure user registration, login, token verification, and refresh token mechanisms. Perfect for adding authentication to any application witho…Webhook, Execute Workflow Trigger, Data table3,554
🛠️ Process AI Output to Structured JSON with Robust JSON ParserThis workflow is a robust and forgiving JSON parser designed to handle malformed or “dirty” JSON strings often returned by AI models or scraped from web pages. It takes a text string as input and a…Execute Workflow Trigger3,490
Integrating AI with Open-Meteo API for enhanced weather forecastingWe are using this workflow in our workshops to teach how to use Tools a.k.a functions with artificial intelligence. In this specific case, we will use a generic “AI Agent” node to illustrate that i…AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, HTTP Request Tool3,475
Conversing with data: transforming text into SQL queries and visual curvesThis workflow enables users to interact with a PostgreSQL database using natural language. It translates text inputs into SQL queries, retrieves the corresponding data, and generates visualizations…Postgres, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser, Read/Write Files from Disk3,380
Vector database as a big data analysis tool for AI agents [3/3 - anomaly]Workflows from the webinar “Build production-ready AI Agents with Qdrant and n8n”.HTTP Request, Execute Workflow Trigger3,312
Beginner manager agent with sub-agent toolsThis guide walks you through building an intelligent AI Agent in n8n that routes tasks to the appropriate sub-agent using the new @n8n/n8n-nodes-langchain agent framework. You’ll create a Manager A…AI Agent, OpenAI Chat Model, Simple Memory, AI Agent Tool3,254
Prompt-based object detection with Gemini 2.0This n8n template demonstrates how to get started with Gemini 2.0’s new Bounding Box detection capabilities in your workflows.Edit Image, HTTP Request3,197
Query MySQL database with natural language using GPT AIThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger3,098
MongoDB AI agent - intelligent movie recommendationsThis workflow is designed for:AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool, Chat Trigger3,080
Build your own Qdrant vector store MCP serverThis n8n implementation exposes other cool API features from Qdrant such as facet search, grouped search and recommendations APIs. With this, we can build an easily customisable and maintainable Qd…HTTP Request, Execute Workflow Trigger, Filter, Embeddings OpenAI, Recursive Character Text Splitter, Call n8n Workflow Tool3,061
Learn secure webhook APIs with authentication and Supabase integrationThis template is a practical introduction to n8n Webhooks with built-in examples for all major HTTP methods and authentication types. It is designed as a learning resource to help you understand ho…Webhook, Supabase3,039
Email assistant: convert natural language to SQL queries with Phi4-mini and PostgreSQL🧑🏻🫱🏻‍🫲🏻🤖 Humans and Robots alike.Postgres, Execute Workflow Trigger, AI Agent, Ollama Chat Model, Read/Write Files from Disk, Convert to File3,011
Compare SQL datasetsThis workflow compares 2 datasets from a single database.MySQL2,978
Generate AI prompts with Google Gemini and store them in AirtableThis workflow is designed to generate prompts for AI agents and store them in Airtable.Airtable, Basic LLM Chain, Auto-fixing Output Parser, Structured Output Parser, Chat Trigger, Google Gemini Chat Model2,974
Auto Generate Descriptive Node Names with AI for Workflow ReadabilityThis workflow uses AI to automatically generate clear and descriptive names for every node in your n8n workflows.Stop and Error, n8n, Basic LLM Chain, Structured Output Parser, n8n Form Trigger, n8n Form2,906
🤖 AI-powered prompt enhancement assistant using Google SheetsThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Google Sheets, Telegram, Google Sheets Trigger, AI Agent, Simple Memory, Google Gemini Chat Model2,839
Compare GPT-4, Claude & Gemini Responses with Contextual AI’s LMUnit EvaluationEvaluating and comparing responses from multiple LLMs (OpenAI, Claude, Gemini) can be challenging when done manually.Chat Trigger, OpenAI, Google Gemini, Anthropic, Chat2,833
Xml to SQL database importThis is an example workflow that imports an XML file into an SQL database.Read Binary Files2,828
Load data into SnowflakeThis workflow automatically downloads a CSV from the web, and parses it in a format that n8n can access. It then ensures that the data from the CSV is matched to the names of the columns in the dat…HTTP Request, Spreadsheet File, Snowflake2,811
Automate Power BI dataset refreshes with history monitoringThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.2,808
Get execute command data and transfer to JSONShows how it is possible to use the data of a command line tool which returns JSON.Function Item2,801
Receive server-sent eventsCompanion workflow for SSE Trigger node docsStart, SSE Trigger2,776
Generate n8n forms from Airtable and BaseRow tablesThis n8n template showcases a cool feature of n8n Forms where the form itself can be defined dynamically using the form fields schema.Airtable, HTTP Request, Filter, n8n Form Trigger, n8n Form2,765
MCP Supabase agent – manage your database with AIThis workflow was built with love to help you manage your Supabase database using natural language, powered by the MCP (Multi-Channel Protocol) AI Agent on n8n.AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger2,745
Create a complete AI engineering department with OpenAI O3 and specialized agentsComplete AI-powered engineering department with a Chief Technology Officer (CTO) agent orchestrating specialized engineering team members for comprehensive software development and technical operat…AI Agent, OpenAI Chat Model, Chat Trigger, Think Tool, AI Agent Tool2,728
🛠️ Auto workflow positioning[https://n8n-tools.streamlit.app/](https://n8n-tools.streamlit.app/HTTP Request, Webhook, n8n, Schedule Trigger, AI Agent, Question and Answer Chain2,726
🎓 Optimize Speed-Critical Workflows Using Parallel Processing (Fan-Out/Fan-In)This template is a hands-on tutorial for one of the most advanced and powerful patterns in n8n: asynchronous parallel processing, also known as the Fan-Out/Fan-In model.HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, AI Agent, Google Gemini Chat Model2,679
Build your own SQLite MCP serverThis template is for Self-Hosted N8N Instances only.Execute Workflow Trigger, Code Tool, Call n8n Workflow Tool, MCP Server Trigger2,677
Create multi-step reasoning AI agents with GPT-4 and reusable thinking toolsUnlock a new level of sophistication for your AI agents with this template. While the native n8n Think Tool is great for giving an agent an internal monologue, it’s limited to one instance. This wo…Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool, Chat Trigger2,663
🗲 Serve custom websites (HTML webpages) with webhooksThis workflow demonstrates how to use n8n to serve a complete, styled HTML webpage. It acts as a mini web server, responding to browser requests with your custom HTML content.Webhook2,643
Create an array of objectsYou can use the Function node to create an array of objects.Function2,628
Send location updates of the ISS to a topic in MQTTThis workflow allows you to send position updates of the ISS every minute to a topic in MQTT using the MQTT node.Cron, HTTP Request, MQTT2,578
n8n subworkflow dependency graph & auto-taggingAs n8n instances scale, teams often lose track of sub-workflows—who uses them, where they are referenced, and whether they can be safely updated. This leads to inefficiencies like unnecessary copie…HTTP Request, Webhook, n8n Trigger, n8n, Schedule Trigger, QuickChart2,541
Merge greetings with the users based on the languageEvery who’s interested in seeing how merging items works in n8nFunction, Start2,504
IOT device control with MQTT and webhook.Webhook, MQTT2,461
Using the merge node - merge by keyThis is an example of how you can make Merge by Key work.Function2,457
Create AI-ready vector datasets for LLMs with Bright Data, Gemini & PineconeThis workflow enables automated, scalable collection of high-quality, AI-ready data from websites using Bright Data’s Web Unlocker, with a focus on preparing that data for LLM training. Leveraging …HTTP Request, AI Agent, Basic LLM Chain, Structured Output Parser, Recursive Character Text Splitter, Pinecone Vector Store2,455
Sap service layer loginThis minimal utility workflow connects to the SAP Business One Service Layer API to verify login credentials and return the session ID. It’s ideal for testing access or using as a sub-workflow to r…HTTP Request2,409
🎓 Learn Data Synchronization: Warehouse Inventory Audit TutorialThis template is a hands-on tutorial for one of n8n’s most powerful data tools: the Compare Datasets node. It’s the perfect next step after learning basic logic, showing you how to build robust dat…2,326
🤖 Build resilient AI workflows with automatic GPT and Gemini failover chainThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.AI Agent, LangChain Code, OpenAI Chat Model, Google Gemini Chat Model2,214
Conversational PostgreSQL agent with visuals, multi-KPI, and data editing (MCP)!ChatGPT Image 6 mai 2025, 175838.pngPostgres, Execute Workflow Trigger, AI Agent, Anthropic Chat Model, Simple Memory, Call n8n Workflow Tool2,214
AI image nudity detection tool with image moderation APIComplete MCP server exposing 1 Image Moderation API operations to AI agents.MCP Server Trigger2,204
🛠️ Transform JSON to XML for Enhanced AI Prompt FormattingThis template provides a powerful and configurable utility to convert JSON data into a clean, well-structured XML format. It is designed for developers, data analysts, and n8n users who need to int…Execute Workflow Trigger2,204
🧑‍🎓 Test your data access techniques with progressive expression challengesThis template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.Stop and Error2,201
🛠️ State Management System for Long-Running Workflows with Wait NodesThis template is a powerful, reusable utility for managing stateful, long-running processes. It allows a main workflow to be paused indefinitely at “checkpoints” and then be resumed by external, as…HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter2,198
Json string validator via webhookThis n8n template provides a simple yet powerful utility for validating if a given string input is a valid JSON format. You can use this to pre-validate data received from external sources, ensure …Webhook2,151
Simulate debates between AI agents using Mistral to optimize answersThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Email Trigger (IMAP), Schedule Trigger, AI Agent, Simple Memory, Structured Output Parser, Mistral Cloud Chat Model2,144
Automated weather reports with Bright Data & n8nThis workflow automatically collects weather data from multiple sources and compiles it into comprehensive reports. It helps you make informed decisions based on accurate weather forecasts without …Google Sheets, HTTP Request2,133
Remote IOT sensor monitoring via MQTT and InfluxDB.HTTP Request, MQTT Trigger2,119
Convert an array into an array of objectsYou can use the Function node to convert an array to an array of objects.Function2,109
Improve AI agent system prompts with GPT-4o feedback analysis and email deliveryThis workflow configures an AI agent which provides an edited system prompt for an autonomous AI agent Based on the following pieces of information provided by the user in an input form:Gmail, AI Agent, OpenAI Chat Model, Structured Output Parser, n8n Form Trigger2,034
Better Oauth2.0 workflow for Pipedrive CRM with SupabaseThis workflow provides an OAuth 2.0 auth token refresh process for better control. Developers can utilize it as an alternative to n8n’s built-in OAuth flow to achieve improved control and visibilit…HTTP Request, Webhook, Stop and Error, Supabase2,031
Test webhooks in n8n without changing WEBHOOK_URL (PostBin & BambooHR example)Many new n8n users struggle with testing webhooks when running n8n on localhost, as external services cannot reach localhost. This workflow introduces a technique using PostBin, which provides a te…HTTP Request, Rename Keys, Slack, BambooHR, PostBin, Filter2,019
Build persistent chat memory with GPT-4o-mini and Qdrant vector databaseTransform your AI assistants into intelligent agents with persistent memory capabilities. This production-ready workflow implements a sophisticated long-term memory system using vector databases, e…AI Agent, Embeddings OpenAI, OpenAI Chat Model, Structured Output Parser, Recursive Character Text Splitter, Default Data Loader1,991
Batch process prompts with Anthropic Claude APIThis workflow template provides a robust solution for efficiently sending multiple prompts to Anthropic’s Claude models in a single batch request and retrieving the results. It leverages the Anthro…HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter, Execution Data, Simple Memory1,974
Get local datetime into Function node using moment.js!workflow-screenshotFunction, Start1,960
Generate dynamic JSON output formats for AI agents with MistralThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Stop and Error, AI Agent, Structured Output Parser, Mistral Cloud Chat Model1,950
Preconfigured nodes for Systeme.io API requestsUsing the Systeme API can be challenging due to its pagination settings and low rate limit. This requires a bit more knowledge about API requests than a beginner might have.HTTP Request1,910
Send location updates of the ISS every minute to a table in Google BigQueryThis workflow allows you to send position updates of the ISS every minute to a table in Google BigQuery.Cron, HTTP Request, Google BigQuery1,907
Compare sequential, agent-based, and parallel LLM processing with Claude 3.7This workflow demonstrates three distinct approaches to chaining LLM operations using Claude 3.7 Sonnet. Connect to any section to experience the differences in implementation, performance, and cap…HTTP Request, Webhook, Markdown, AI Agent, Basic LLM Chain, Anthropic Chat Model1,899
Vector database as a big data analysis tool for AI agents [2/3 - anomaly]Workflows from the webinar “Build production-ready AI Agents with Qdrant and n8n”.HTTP Request1,895
Flexible currency rate uploads for SAP B1 with AI validation & multiple sourcesThis workflow automates currency rate uploads into SAP Business One via Service Layer, using flexible input sources such as JSON (API), SQL Server, Google Sheets, or manual values. It leverages log…Google Sheets, HTTP Request, Webhook, Microsoft SQL, OpenAI1,870
Intelligent web & local search with Brave Search API and Google Gemini MCP ServerThis n8n workflow implements an AI-powered agent that intelligently uses the Brave Search API (via an external MCP service like Smithery) to perform both web and local searches. It understands natu…Execute Workflow Trigger, AI Agent, Simple Memory, Call n8n Workflow Tool, Google Gemini Chat Model, MCP Server Trigger1,867
Learn JavaScript coding with an interactive RPG-style tutorial gameThis tutorial is designed as a self-paced learning experience where you explore working JavaScript code examples. Unlike traditional tutorials, you learn by examining real implementations and under…1,838
Convert a date from one format to anotherCompanion workflow for Date & Time node docsStart1,835
Unify multiple triggers into a single workflowStop duplicating your work! This template demonstrates a powerful design pattern to handle multiple triggers (e.g., Form, Webhook, Sub-workflow) within a single, unified workflow.Slack, Webhook, Execute Workflow Trigger, Basic LLM Chain, OpenAI Chat Model, n8n Form Trigger1,828
Exponential backoff for Google APIsThis n8n workflow implements an Exponential Backoff mechanism to handle retries when interacting with Google APIs. It ensures that failed API requests are retried with increasing delays, up to a sp…Google Sheets, Stop and Error1,815
Get the value of a key from RedisCompanion workflow for Redis node docsRedis, Start1,813
🚚 Estimate driving time and distance for logistics with Open Route APITags: Supply Chain, Logistics, Route Planning, Transportation, GPS APIGoogle Sheets, HTTP Request1,802
🚛🗺️ Geocoding for logistics with Open Route API and Google SheetsTags: Supply Chain, Logistics, Geocoding, Transportation, GPS APIGoogle Sheets, HTTP Request1,797
Loading JSON via FTP to Qdrant vector database embedding pipeline🧠 This workflow is designed for one purpose only, to bulk-upload structured JSON articles from an FTP server into a Qdrant vector database for use in LLM-powered semantic search, RAG systems, or AI…FTP, Embeddings OpenAI, Character Text Splitter, Default Data Loader, Qdrant Vector Store1,785
Send updates about the position of the ISS every minute to a topic in Kafka!workflow-screenshotCron, HTTP Request, Start, Kafka1,753
Vector database as a big data analysis tool for AI agents [2/2 KNN]Workflows from the webinar “Build production-ready AI Agents with Qdrant and n8n”.HTTP Request, Execute Workflow Trigger1,743
Evaluation metric example: Correctness (judged by AI)This is a template for n8n’s evaluation feature.AI Agent, OpenAI Chat Model, Chat Trigger, OpenAI, Evaluation Trigger, Evaluation1,719
AI system prompt generator & optimizer (n8n + OpenAI)This workflow acts as a System Prompt Optimizer Agent.AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger1,712
🥇 Token Estim8r -sub workflow to track AI model token usage and cost with JinaAI!ToeknsEstim8rGoogle Sheets, HTTP Request, n8n, Execute Workflow Trigger1,700
Provide real-time updates for Notion databases via webhooks with SupabaseThis enables webhooks for nearly realtime updates (every 5 seconds) from Notion Databases.HTTP Request, Notion, Supabase, Execute Workflow Trigger, Filter1,694
Send updates about the position of the ISS every minute to a topic in RabbitMQThis workflow allows you to send updates about the position of the ISS every minute to a topic in RabbitMQCron, HTTP Request, Start, RabbitMQ1,672
Evaluate RAG response accuracy with OpenAI: document groundedness metricThe scoring approach is adapted from https://cloud.google.com/vertex-ai/generative-ai/docs/models/metrics-templates#pointwisegroundednessHTTP Request, AI Agent, Basic LLM Chain, Embeddings OpenAI, OpenAI Chat Model, Structured Output Parser1,671
Evaluate AI workflows using Google Sheets, Gemini, Claude, GPT, and PerplexityThis template and YouTube video goes overGmail, Gmail Trigger, AI Agent, Summarization Chain, Anthropic Chat Model, OpenAI Chat Model1,641
Dynamically run SuiteQL queries in NetSuite via HTTP webhook in n8n!image.pngWebhook1,641
Access control for AI agents (RBAC) using Airtable and TelegramThis workflow allows granular control over the access to tools connected to AI Agents (including Multi-Agent setups) using Role Based Access Control.Airtable, Telegram, Telegram Trigger, Execute Workflow Trigger, AI Agent, LangChain Code1,635
🧠 NEW Claude 3.7 extended thinking AI agent 🤖 – unlock ultimate intelligenceSupercharge Claude 3.7 with full customization & deeper reasoning!HTTP Request, n8n Form Trigger, n8n Form1,630
Get the last five SpaceX launches from the spacex.land API using GraphQLCompanion workflow for GraphQL node docsStart, GraphQL1,604
Pattern for multiple triggers combined to continue workflowThis template describes a possible approach to handle a pseudo-callback/trigger from an independent, external process (initiated from a workflow) and combine the received input with the workflow ex…HTTP Request, Webhook1,603
Discover hidden website API endpoints using regex and AIThis workflow helps to automatically discover undocumented API endpoints by analysing JavaScript files from the website’s HTML code.HTTP Request, Execute Workflow Trigger, Filter, AI Agent, Auto-fixing Output Parser, Structured Output Parser1,597
Track LLM token costs per customer using the Langchain code node!Screenshot of templateGoogle Sheets, Gmail, Schedule Trigger, Filter, LangChain Code, n8n Form Trigger1,577
Multi-source RAG system with GPT-4 Turbo, news & academic papers integrationThis workflow provides an enterprise-grade RAG (Retrieval-Augmented Generation) system that intelligently searches multiple sources and generates AI-powered responses using GPT-4 Turbo.HTTP Request, OpenAI, n8n Form Trigger1,570
Compare different LLM responses side-by-side with Google SheetsThis workflow allows you to easily evaluate and compare the outputs of two language models (LLMs) before choosing one for production.Google Sheets, AI Agent, Simple Memory, Summarize, Chat Memory Manager, Chat Trigger1,546
Evaluation metric example: categorizationThis is a template for n8n’s evaluation feature.Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser, Evaluation Trigger, Evaluation1,544
Create a table, and insert and update data in the table in Snowflake!workflow-screenshotStart, Snowflake1,525
Paul Graham essay search & chat with Milvus vector databaseThis workflow creates a RAG (Retrieval-Augmented Generation) system using Milvus vector database to search Paul Graham essays:HTTP Request, AI Agent, Embeddings OpenAI, OpenAI Chat Model, Recursive Character Text Splitter, Default Data Loader1,516
Data analytics department with AI team: CDO & specialists using OpenAI O3Complete AI-powered data analytics department with a Chief Data Officer (CDO) agent orchestrating specialized data team members for comprehensive data science, business intelligence, and analytics …AI Agent, OpenAI Chat Model, Chat Trigger, Think Tool, AI Agent Tool1,498
Reduce LLM Costs with Semantic Caching using Redis Vector Store and HuggingFaceYour LLM is answering the same questions over and over. “What’s the weather?” “How’s the weather today?” “Tell me about the weather.” Same answer, three API calls, triple the cost. This workflow fi…AI Agent, Embeddings Hugging Face Inference, OpenAI Chat Model, Redis Chat Memory, Recursive Character Text Splitter, Default Data Loader1,471
Evaluate AI agent response correctness with OpenAI and RAGAS methodologyThe scoring approach is adapted from the open-source evaluations project RAGAS and you can see the source here https://github.com/explodinggradients/ragas/blob/main/ragas/src/ragas/metrics/answercoHTTP Request, AI Agent, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Chat Trigger1,460
AI agent that updates its own rules to modify behaviorhttps://www.youtube.com/watch?v=OwIFK-r-NtQGoogle Sheets, Postgres, AI Agent, Anthropic Chat Model, Simple Memory, Chat Trigger1,453
Sum or aggregate a column of spreadsheet or table dataThis workflow shows how to sum multiple items of data, like you would in Excel or Airtable when summing up the total of a column. It uses a Function node with some javascript to perform the aggrega…Function, Start1,451
Collect and label images and send to Google SheetsThis workflow collects images from web search on a specific query, detects labels in them, and stores this information in a Google Sheet.Google Sheets, HTTP Request, AWS Rekognition1,449
Generate QA test cases from Figma designs to Google Sheets using GPT-4o-miniTransform Figma design files into detailed QA test cases with AI-driven analysis and structured export to Google Sheets. This workflow helps QA and product teams streamline design validation, test …Google Sheets, HTTP Request, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser1,422
LLM usage tracker & cost monitor with node-level analytics (v2)> v2: Now it can read multiple types of LLM usages. Better dynamic approach for reading model usage.Stop and Error, n8n, Execute Workflow Trigger1,400
Analyze images with OpenAI Vision while preserving binary data for reuseUse this template to upload an image, run a first-pass OpenAI Vision analysis, then re-attach the original file (binary/base64) to the next step using a Merge node. The pattern ensures your downstr…AI Agent, OpenAI Chat Model, n8n Form Trigger, OpenAI1,378
Lookup IP geolocation details with IP-API.com via webhookThis n8n template enables you to instantly retrieve detailed geolocation information for any given IP address by simply sending a webhook request. Leverage the power of IP-API.com to gain insights …HTTP Request, Webhook1,376
Track n8n workflow changes over time with compare dataset & Google SheetsUseful if a team is working within a single instance and you want to be notified of what workflows have changed since you last visited them. Another use-case might be monitoring your managed instan…Google Sheets, Execute Sub-workflow, n8n, Execute Workflow Trigger, Schedule Trigger1,366
Search and retrieve eBay product data with Catalog API for AI agentsComplete MCP server exposing 2 Catalog API operations to AI agents.MCP Server Trigger1,320
Create custom reasoning patterns for AI agents with GraphRAG & knowledge ontologyVideo tutorialAI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger1,303
Chat with uncensored Dolphin Mixtral 8x22B using Novita AIThis n8n workflow enables you to chat with the uncensored Dolphin Mixtral 8x22B large language model through the Novita AI inference. It provides a streamlined process for sending user messages to …HTTP Request, Chat Trigger1,298
Run multiple tasks in parallel with asynchronous processing and webhooksThis template contains a two-part workflow designed to demonstrate a proof-of-concept for asynchronous and parallel execution of tasks in n8n.HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Summarize1,294
Generate and split sample data records using JavaScript and PythonA minimal, plug-and-play workflow that generates sample data using n8n’s Code node (both JavaScript and Python versions included) and then fans out those records into individual items with Split Ou…1,283
Reliable AI agent output without structured output parser - w/ OpenAI & SwitchThis workflow serves as a solid foundation when you need an AI Agent to return output in a specific JSON schema, without relying on the often-unreliable Structured Output Parser.AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger1,281
Monitor AI chat interactions with Gemini 2.5 and Langfuse tracingThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.AI Agent, LangChain Code, Simple Memory, Chat Trigger, Google Gemini Chat Model1,279
Learn n8n interactively, lesson 1: data flow, execution & debuggingThis interactive tutorial teaches you how to build in n8n from scratch, using a live walkthrough with real-time examples. Rather than static documentation, this guided workflow explains key n8n con…n8n Form Trigger, n8n Form1,272
Evaluation metric example: String similarityThis is a template for n8n’s evaluation feature.HTTP Request, Webhook, OpenAI, Evaluation Trigger, Evaluation1,271
Track and monitor AI token usage metrics for OpenAI and Gemini models📊 Token Usage Metrics WorkflowExecute Sub-workflow, n8n, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory1,270
Document Q&A system with Voyage-Context-3 embeddings and MongoDB AtlasOn my never-ending quest to find the best embeddings model, I was intrigued to come across Voyage-Context-3 by MongoDB and was excited to give it a try.HTTP Request, MongoDB, Execute Sub-workflow, Execute Workflow Trigger, OpenAI Chat Model, Extract from File1,267
Evaluation metric example: Check if tool was calledThis is a template for n8n’s evaluation feature.AI Agent, OpenAI Chat Model, Calculator, Chat Trigger, Evaluation Trigger, Evaluation1,255
Get daily weather and save it in AirtableThis smart automation workflow created by the AI development team at WeblineIndia, helps with the daily collection and storage of weather data. Using the OpenWeatherMap API and Airtable, this solut…Airtable, HTTP Request, Schedule Trigger1,249
Receive updates for the position of the ISS and push it to a Firbase!workflow-screenshotCron, HTTP Request, Start, Google Cloud Realtime Database1,249
Retry on fail except for known errorThis workflow snippet allows for advanced error catching during retry attempts.Stop and Error1,241
Secure API endpoint with bearer token authentication and field validationA reusable and production-ready n8n workflow that secures public webhooks using Bearer Token authentication and dynamic request validation.Webhook1,226
Create a Paul Graham essay Q&A system with OpenAI and Milvus vector databaseThis workflow creates a question-answering system based on Paul Graham essays. It has two main steps:HTTP Request, Question and Answer Chain, Embeddings OpenAI, OpenAI Chat Model, Vector Store Retriever, Recursive Character Text Splitter1,194
Create personal data vector store from Google Sheets with OpenAI & Gemini AIThis workflow integrates Google Sheets with Supabase Vector Store for storing personal data as vectors. It utilizes OpenAI and Google Gemini AI models for enhanced data processing and querying.Google Sheets, AI Agent, Embeddings OpenAI, Supabase Vector Store, Convert to File, Default Data Loader1,192
IPL cricket rules Q&A chat bot using RAG and Google Gemini APIType of data is binaryHTTP Request, AI Agent, Simple Memory, Recursive Character Text Splitter, Simple Vector Store, Default Data Loader1,176
🧠 Build AI agents with Think-Plan-Act architecture using Llama-4 reasoning!image.pngWebhook, AI Agent, Auto-fixing Output Parser, Structured Output Parser, OpenRouter Chat Model1,140
v1 helper - find params with affected expressionsℹ️ This workflow is to be run after upgrading to n8n v1.n8n1,134
Evaluation metric: summarizationThe scoring approach is adapted from https://cloud.google.com/vertex-ai/generative-ai/docs/models/metrics-templates#pointwisesummarizationqualityWebhook, Google Drive, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Extract from File1,131
Automated web browsing & extraction with Airtop and AI-prompted queriesThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.MCP Server Trigger1,131
Evaluate AI agent response relevance using OpenAI and cosine similarityThe scoring approach is adapted from the open-source evaluations project RAGAS and you can see the source hereHTTP Request, AI Agent, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Chat Trigger1,117
Evaluations metric: answer similarityThe scoring approach is adapted from the open-source evaluations project RAGAS and you can see the source here https://github.com/explodinggradients/ragas/blob/main/ragas/src/ragas/metrics/answersiHTTP Request, AI Agent, OpenAI Chat Model, Chat Trigger, Evaluation Trigger, Evaluation1,111
Validate Auth0 JWT tokens using JWKS or signing cert> Note: This template requires a self-hosted community edition of n8n. Does not work on cloud.Webhook1,111
Learn JavaScript data processing with code node: filtering, analysis & export examplesA comprehensive educational workflow that demonstrates practical JavaScript usage in n8n’s Code node through real-world business scenarios. Perfect for learning data manipulation, transformation, a…1,105
Track OpenAI token usage and AI agent metrics with Google Sheets dashboardWhat it doesGoogle Sheets, AI Agent, LangChain Code, Chat Trigger1,105
Dynamic AI model selector with GDPR compliance via Requesty and Google SheetsThis comprehensive n8n workflow provides a sophisticated solution for dynamically selecting and using AI models while maintaining GDPR compliance. It leverages Requesty’s European-based AI routing …Google Sheets, HTTP Request, n8n, AI Agent, OpenAI Chat Model, n8n Form Trigger1,078
Convert LLM output into rich Telegram messages — Auto-Media & smart chunkingWho is this for?Telegram, Execute Workflow Trigger1,078
Linking NocoDB records via API 🔗How it works:HTTP Request, NocoDB1,064
Fetch scriptures dynamically from get Bible APIThe Get Bible Query Workflow is a modular and self-standing workflow designed to retrieve scriptures dynamically based on structured input. It serves as an intermediary layer that extracts referenc…HTTP Request, Execute Workflow Trigger1,051
Automated Amazon stock level tracker with Bright Data MCP and OpenAIThis workflow automatically tracks inventory stock levels across multiple products and suppliers to prevent stockouts and optimize inventory management. It saves you time by eliminating the need to…Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Auto-fixing Output Parser, Structured Output Parser1,035
Manage incident reporting in PagerDuty and CrateDBThis workflow automatically monitors the functionality of a factory. The workflow logs machine data coming from factory sensors in a CrateDB database, generates an incident report in PagerDuty, and…Function, AMQP Trigger, PagerDuty, CrateDB1,034
Validate CAD and BIM files against Excel standards (Revit, IFC, AutoCAD, DGN)This workflow contains community nodes that are only compatible with the self-hosted version of n8n.Read Binary File, Write Binary File1,027
Create universal OpenAI-compatible API endpoints for multiple AI workflowsTransform your n8n workflows into OpenAI-compatible API endpoints, allowing you to access multiple workflows as selectable AI models through a single integration.HTTP Request, Webhook, n8n, AI Agent, OpenAI Chat Model, Simple Memory1,004
PostgreSQL conversational agent with Claude & DeepSeek (Multi-KPI, Secure)Enable AI-driven conversations with your PostgreSQL database using a secure and visual-free agent powered by n8n’s Model Context Protocol (MCP). This template allows users to ask multiple KPIs in a…Postgres, Execute Workflow Trigger, AI Agent, Anthropic Chat Model, Simple Memory, Call n8n Workflow Tool1,002
Coordinate patient care and alerts with EHR/FHIR, GPT-4, Twilio, Gmail and SlackThis workflow automates end-to-end patient care coordination by monitoring appointment schedules, clinical events, and care milestones while orchestrating personalized communications across multipl…Send Email, HTTP Request, Postgres, Slack, Twilio, Webhook985
Chat with AI models via OpenRouter using MistralThis n8n workflow demonstrates how to build an automated AI chat system using OpenRouter.ai.HTTP Request, Summarize973
Import Productboard notes, companies and features into SnowflakeThis workflow imports Productboard data into Snowflake, automating data extraction, mapping, and updates for features, companies, and notes. It supports scheduled weekly updates, data cleansing, an…HTTP Request, Slack, Snowflake, Schedule Trigger972
AppSheet intelligent query orchestrator- query any data!A friendly, practical tool that makes working with AppSheet data simpler and more efficient. This workflow is your go-to helper for building precise queries without getting lost in a sea of differe…HTTP Request, Execute Workflow Trigger, AI Agent, Basic LLM Chain, Anthropic Chat Model, Structured Output Parser960
IP2WHOIS domain lookup MCP serverComplete MCP server exposing 1 IP2WHOIS Domain Lookup API operations to AI agents.MCP Server Trigger935
Access data from bubble applicationThis is a proof of concept workflow showing how you would connect n8n to a Bubble data collection.HTTP Request, Start928
Prevent concurrent workflow runs using RedisThis workflow sets a small “lock” value in Redis so that only one copy of a long job can run at the same time. If another trigger fires while the job is still busy, the workflow sees the lock, stop…Redis, Execute Sub-workflow, Stop and Error, Execute Workflow Trigger925
Build production-ready user authentication with Airtable and JWTThis n8n workflow provides a comprehensive solution for user authentication and management, leveraging Airtable as the backend database. It includes flows for user sign-up and login, aswell as the …Airtable, Webhook915
Master data transformation with the complete set node guideThis tutorial workflow teaches you everything about n8n’s Set node through hands-on examples. The Set node is one of the most powerful tools in n8n - it allows you to create, modify, and transform …Start904
Receive messages for an ActiveMQ queue!workflow-screenshotAMQP Trigger904
Handle verification for Twitter webhookThis workflow handles the incoming call from Twitter and sends the required response for verification.Webhook884
Audio & video data search and analysis with Clarify API and AI agent integrationComplete MCP server exposing 21 api.clarify.io API operations to AI agents.MCP Server Trigger882
Check which AI models are used in your workflows- Fetch all workflows from your n8n instance.Google Sheets, n8n, Filter880
Google Drive to Supabase contextual vector database sync for RAG applications• Create a Google Drive folder to watch.HTTP Request, Google Drive, Execute Sub-workflow, Google Drive Trigger, Supabase, Execute Workflow Trigger872
Automate LLM testing with GPT-4 judge & Google Sheets tracking- The workflow loads a list of test cases from a Google Sheet (previous results stored from an LLM)Google Sheets, HTTP Request, Webhook, Basic LLM Chain, Structured Output Parser, OpenRouter Chat Model833
Run Apache Airflow DAG and retrieve XCom valueThis workflow integrates the Apache Airflow API DAGRun and XCom. It enables n8n to trigger Airflow DAGs and retrieve the execution results.HTTP Request, Stop and Error, Execute Workflow Trigger833
Convert task ideas to implementation plans with GPT-4o, Slack & Google SheetsThis workflow acts as your interactive “n8n Consultant.” Simply write down a rough automation idea in Google Tasks (e.g., “Send weather updates to Telegram”), and the AI will research, design, and …Google Sheets, Slack, Google Tasks, Schedule Trigger, Filter, AI Agent825
Query-to-action automation with Bright Data MCP & OpenAI GPTThis template obtains all the possible tools from Bright Data MCP, process this through chatbot, then run any tool based on the user’s queryExecute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool, Chat Memory Manager823
AI-powered knowledge assistant using Google Sheets, OpenAI, and Supabase Vector SearchWorkflow Name: AI-Powered GitHub Commit ReviewerGithub Trigger, HTTP Request, Gmail, AI Agent, Simple Memory, Groq Chat Model817
Internet Archive search API integration for AI agents (3 operations)Complete MCP server exposing 3 Search Services API operations to AI agents.MCP Server Trigger811
Send location updates of the ISS every minute to a queue in AWS SQSThis workflow allows you to send position updates of the ISS every minute to a queue using the AWS SQS node.Cron, HTTP Request, AWS SQS811
Monitor solar energy production & send alerts with Gmail, Google Sheets, and SlackThis workflow automatically monitors solar energy production every 2 hours by fetching data from the Energidataservice API. If the energy output falls below a predefined threshold, it instantly not…Google Sheets, HTTP Request, Slack, Gmail, Schedule Trigger807
Control your 3D printer with GPT-4o and OctoPrint API conversationsEver wanted to just tell your 3d printer what to do remotely?HTTP Request, Discord, AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger800
Enhance AI prompts with GPT-4o-mini and Telegram deliveryThis workflow is designed to optimize prompts by enhancing user inputs for clarity and specificity using AI. The workflow takes a user-provided prompt as input and uses a Natural Language Processin…Telegram, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory800
Ai agent integration with eBay Buy Marketing APIComplete MCP server exposing 1 Buy Marketing API operations to AI agents.MCP Server Trigger786
🛠️ Microsoft SharePoint tool MCP Server 💪 all 11 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger776
Validate Seatable webhooks with HMAC SHA256 authenticationThis mini workflow is designed to securely validate incoming Seatable webhooks using HMAC SHA256 signature verification.Webhook773
Beginner’s Guide to Workflow Automation with OpenAI, LangChain & API IntegrationsThis beginner-friendly workflow demonstrates the core building blocks of n8n. It guides you through:HTTP Request, Webhook, Schedule Trigger, AI Agent, OpenAI Chat Model, Simple Memory767
Automated MySQL to Google Sheets sync with duplicate preventionDescription:Google Sheets, MySQL, Schedule Trigger760
Benchmark LLM performance on legal documents with Google Sheets and OpenRouterThis workflow demonstrates a simple way to run evals on a set of test cases stored in a Google Sheet.Google Sheets, HTTP Request, Webhook, Google Drive, Basic LLM Chain, Structured Output Parser756
Simple eval for legal benchmarkingThis workflow demonstrates a simple way to run evals on a set of test cases stored in a Google Sheet.Google Sheets, Google Drive, Basic LLM Chain, Structured Output Parser, Extract from File, OpenRouter Chat Model755
Monetize your private LLM models with x402 & OllamaThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Webhook, Basic LLM Chain, Ollama Model745
Automated Zalo OA token management with OAuth and webhook integrationThis workflow keeps your Zalo Official Account access token valid and easy to reuse across other flows—no external server required.HTTP Request, Webhook, Schedule Trigger742
Unix timestamp to ISO date converterThis n8n workflow provides a simple yet powerful utility to convert Unix timestamps (seconds since epoch) into the universally recognized ISO 8601 date and time format. This is crucial for harmoniz…Webhook739
Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame)A minimal workflow to convert a Revit/IFC/DWG project into analysis-ready XLSX (and optional DAE) with a single run. Set two variables, execute, and the converter does the rest.731
Get contributors information from GitHub in SlackGet your contributors GitHub information with a slash command in your Slack Workspace.Function, Slack, Start, Webhook, GraphQL729
Process multiple prompts in parallel with Azure OpenAI Batch APIThis workflow is designed for developers and data scientists who want to efficiently send multiple prompts to the Azure OpenAI Batch API and retrieve responses in a single batch process. It is part…HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter, Execution Data, Simple Memory727
Automate supplier risk scoring with D&B, NewsAPI & alerts to Gmail- Continuous monitoring: Real-time surveillance of supplier performance, financial health, and operational statusGoogle Sheets, HTTP Request, Postgres, Gmail, Schedule Trigger725
Get the community profile of a repository!workflow-screenshotGitHub, Start724
Generate & test SQL code with GPT/OpenRouter AI and PostgreSQL sandboxThis is the core AI agent used for queryverify.com.Postgres, MySQL, AI Agent, Simple Memory, Chat Trigger, OpenAI723
🛠️ Hacker News tool MCP serverComplete MCP server exposing all Hacker News Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built.MCP Server Trigger717
ETL: Extract and Parse Revit Model Data to Structured ExcelConvert a Revit model to Excel and parse it into structured items ready for downstream ETL.Read Binary File, Spreadsheet File711
Reusable and independently testable sub-workflowThis n8n workflow provides a standardized structure for building and testing sub-workflows in isolation. Its purpose is to help you create robust, reusable, and maintainable automations by enabling…Execute Workflow Trigger710
AI agent integration for Bubble apps with MCP protocol data accessLet AI agents fetch communicate with your Bubble app automatically. It connects direcly with your Bubble data API. This workflow is designed for teams building AI tools or copilots that need seamle…MCP Server Trigger707
Track hourly weather conditions with OpenWeatherMap and Google SheetsThis n8n template allows you to monitor hourly weather conditions in a specific city using OpenWeatherMap and log the results to a Google Sheet. It’s perfect for anyone needing periodic weather tra…Google Sheets, HTTP Request, Schedule Trigger706
Automate ISO 26262 compliance with GPT-4 for automotive safety analysisAccelerates ISO 26262 compliance for automotive/industrial systems by automating safety analysis while maintaining rigorous audit standards.AI Agent, OpenAI Chat Model, Simple Memory, Read/Write Files from Disk, Convert to File, Extract from File696
Generate and queue factory sensor data in AMQPThis workflow generates sensor data, which is used in another workflow for managing factory incident reports.Interval, AMQP Sender692
Extract context from voice notes with OpenRouter AI & Milvus for RAG systems- Webhook trigger receives voice note data including title, transcript, and timestamp from external services (example here: voicenotes.com)Webhook, AI Agent, Embeddings OpenAI, Structured Output Parser, Convert to File, Default Data Loader680
Convert parquet, feather, ORC & Avro files with ParquetReaderThis workflow allows you to upload and inspect Parquet, Feather, ORC, or Avro files via the ParquetReader API. It instantly returns a structured JSON preview of your data — including rows, schema, …HTTP Request, Webhook668
Receive updates of the position of the ISS and add it to a table in TimescaleDBThis workflow allows you to receive updates about the positiong of the ISS and add it to a table in TimescaleDB.Cron, HTTP Request, TimescaleDB666
Generate interactive quantity reports from Revit and IFC projects to HTMLAutomates extraction of wall quantities from Revit models and creates a professional interactive HTML report.Function, Read Binary File, Spreadsheet File, Write Binary File662
📊 AI token tracker for WhatsApp & Telegram – Save AI usage to Google SheetsHi! I’m Amanda — I create smart, useful AI automations for n8n and Make.Google Sheets, HTTP Request, Webhook, Telegram, Telegram Trigger, Filter651
AI model usage dashboard: Track token metrics and costs for LLM workflowsThis template is designed to collect execution data from your AI workflows and generate an interactive dashboard for easy monitoring. It’s compatible with any AI Agent or RAG workflow in n8n.Webhook, n8n, Schedule Trigger, AI Agent, OpenAI Chat Model, Simple Memory650
Rename a key in n8nCompanion workflow for Rename Keys node docsRename Keys, Start639
Calculate the centroid of a set of vectorsThis workflow receives an array of vectors in JSON format, validates that all vectors have the same dimensions, and computes the centroid. It is designed to be reusable across different projects.Webhook637
Generate consensus answers with multiple AI models & peer review systemInspired by Andrej Karpathy’s LLM Council, but rebuilt in n8n.AI Agent, Basic LLM Chain, Chat Trigger, OpenRouter Chat Model634
Create a domains-index API server with full operation access for AI agentsComplete MCP server exposing 14 Domains-Index API operations to AI agents.MCP Server Trigger631
Predictive health monitoring & alert system with GPT-4o-miniThe system collects real-time wearable health data, normalizes it, and uses AI to analyze trends and risk scores. It detects anomalies by comparing with historical patterns and automatically trigge…Send Email, HTTP Request, Postgres, Redis, Slack, Twilio629
Vectorize Medical Procedures for Semantic Search with TUSS, Gemini & pgVectorThis workflow vectorizes the TUSS (Terminologia Unificada da Saúde Suplementar) table by transforming medical procedures into vector embeddings ready for semantic search.Token Splitter, Default Data Loader, Embeddings Google Gemini, Postgres PGVector Store622
Advanced retry and delay logicThis template provides a robust solution for handling API rate limits and temporary service outages in n8n workflows. It overcomes the limitations of the default node retry settings, which cap retr…HTTP Request, Stop and Error622
Design scalable sync workflows with Data Tables, ProspectPro and HubSpotThis template is a pattern library (one importable workflow) that shows a repeatable way to structure n8n automations so they remain easy to extend, cheaper to run, and safer to scale.HTTP Request, Webhook, Telegram, HubSpot, Execute Sub-workflow, Stop and Error614
Benchmark content safety guardrails with automated test suite & reportsThis workflow benchmarks the n8n Guardrails node across multiple safety categories -including PII, NSFW, jailbreak attempts, secret keys, and unsafe URLs.Gmail, Markdown, OpenAI Chat Model, Guardrails614
Automatic jest test generation for GitHub PRs with dual AI reviewThis workflow listens for GitHub pull-request events, analyzes changed React/TypeScript files, auto-generates Jest tests via AI, has them reviewed by a second AI pass, and posts suggestions back as…GitHub, HTTP Request, Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser612
Send updates about the position of the ISS every minute to a topic in ActiveMQ!workflow-screenshotCron, HTTP Request, Start, AMQP Sender611
Connect AI agents to eBay Seller Metrics API via MCP ServerComplete MCP server exposing 4 Seller Service Metrics API API operations to AI agents.MCP Server Trigger610
Create a CRUD REST API with Google Sheets databaseThis workflow template demonstrates how to quickly and easily create a simple REST API using n8n and a Google Sheet as a no-code database. It’s a perfect starting point for building a backend for s…Google Sheets, Webhook592
Automate GitHub trending data collection with FireCrawl, GPT and SupabaseThis workflow is for developers, researchers, founders, and data analysts who want a historical dataset of GitHub Trending repositories without manual scraping. It’s ideal for building dashboards, …Schedule Trigger, AI Agent, OpenAI Chat Model585
🎓 Learn evaluate tool. Tutorial for beginners with Gemini and Google SheetsThis workflow is a beginner-friendly tutorial demonstrating how to use the Evaluation tool to automatically score the AI’s output against a known correct answer (“ground truth”) stored in a Google …AI Agent, Calculator, Google Gemini Chat Model, Evaluation Trigger, Evaluation569
Create a self-contained CRUD app with Redis storage and HTML frontend!Workflow ScreenshotRedis, Webhook564
Weekly ETL pipeline: QuickBooks financial data to Google BigQueryThis template sets up a weekly ETL (Extract, Transform, Load) pipeline that pulls financial data from QuickBooks Online into Google BigQuery. It not only transfers data, but also cleans, classifies…QuickBooks Online, Google BigQuery, Schedule Trigger562
Automated hazard analysis for ISO 26262 compliance using GPT-4Modular Hazard Analysis Workflow : Free VersionAI Agent, OpenAI Chat Model, Simple Memory, Read/Write Files from Disk, Convert to File, Extract from File561
Paginate Shopify products with GraphQL cursor-based navigationMany Shopify GraphQL queries have the ability to return a cursor which you can loop over, however the N8N GraphQL node does not natively have the ability to fetch pages.GraphQL560
[New York Times] article search API MCP serverComplete MCP server exposing 1 Article Search API operations to AI agents.MCP Server Trigger543
Internet Archive Wayback Machine API for AI assistantsComplete MCP server exposing 2 Wayback API operations to AI agents.MCP Server Trigger542
Create a table in Quest DB and insert data!workflow-screenshotStart, QuestDB531
OAuth2 settings finder with OpenRouter chat model and Llama 3.3Overview:Execute Workflow Trigger, Basic LLM Chain, Structured Output Parser, OpenRouter Chat Model528
Create a table in CrateDB and insert dataCompanion workflow for CrateDB node docsStart, CrateDB512
Airtable batch update / insert rows (send faster + save API call requests)This workflow allows you to batch update/insert Airtable rows in groups of 10, significantly reducing the number of API calls and increasing performance.HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, DebugHelper504
Manage users automatically in reqres.inCompanion workflow for HTTP Request node docsHTTP Request, Start487
Clean and log IoT sensor data to InfluxDB (Webhook | Function | HTTP)This workflow accepts raw sensor data from IoT devices via webhook, applies basic cleaning and transformation logic, and writes the cleaned data to an InfluxDB instance for time-series tracking. Pe…Function, HTTP Request, Webhook486
Get entries from a Cockpit collectionCompanion workflow for Cockpit node docsStart, Cockpit484
Automate demand forecasting & inventory ordering with AI, MySQL & optimal supplier selectionThis workflow streamlines the entire inventory replenishment process by leveraging AI for demand forecasting and intelligent logic for supplier selection. It aggregates data from multiple sources—P…HTTP Request, Slack, MySQL, Schedule Trigger483
Track an event in Segment!workflow-screenshotStart, Segment457
Standardize US phone numbers with multiple format options and validationThis n8n workflow template takes a US phone number as input, validates it, and returns it in multiple standard formats, including handling extensions. It’s designed to streamline the process of sta…Execute Workflow Trigger454
🛠️ AWS Transcribe Tool MCP server 💪 all operationsComplete MCP server exposing all AWS Transcribe Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built.MCP Server Trigger447
Connect AI agents to eBay Compliance API for listing violation managementComplete MCP server exposing 3 Compliance API operations to AI agents.MCP Server Trigger447
Automatic Google Cloud Run auth with JWT token management (sub-workflow)Anyone calling a Google Cloud Run service from n8n who wants a small, reusable auth layer instead of wiring tokens in every workflow.HTTP Request, Execute Workflow Trigger, JWT445
Integrate Google Workspace with ChatGPT & OpenAI Agent Builder using MCP BridgeThe official ChatGPT connector doesn’t allow you to interact directly with Google Workspace apps from within the app. Let’s see how to overcome this limitation by creating a dedicated MCP server.MCP Server Trigger439
Create nested data processing loops using n8n sub-workflowsThis template provides a practical solution for a common n8n challenge: creating nested loops. While a powerful feature, n8n’s standard Loop nodes don’t work as expected in a nested structure. This…Execute Sub-workflow, Execute Workflow Trigger438
Compare lists and identify common items & differences using custom keysThis workflow compares two lists of objects (List A and List B) using a user-specified key (e.g. email, id, domain) and returns:Execute Workflow Trigger436
Generate AI Responses with Perplexity Sonar Models (Reusable Module)This reusable workflow allows you to interact with the Perplexity API using the sonar or sonar-pro models. It is designed to be triggered from other workflows and accepts dynamic prompts via input …HTTP Request, Execute Workflow Trigger433
Check email via AI agent with Mailcheck Tool MCP ServerComplete MCP server exposing all Mailcheck Tool operations to AI agents. Zero configuration needed - 1 operations pre-built.MCP Server Trigger424
Export Wordpress to PineCone vector storeClick here to access this Workflow for free.HTTP Request, Schedule Trigger, Embeddings OpenAI, Token Splitter, Pinecone Vector Store, Default Data Loader419
Transportation laws and incentives MCP serverComplete MCP server exposing 4 Transportation Laws and Incentives API operations to AI agents.MCP Server Trigger416
Create a secure MongoDB data retrieval API with input validation and HTTP responsesData Extraction from MongoDBWebhook, MongoDB416
Convert Revit Projects to Database with Drawings & Specifications using DDCTurn a .rvt project into open, analysis-ready data (XLSX + optional DAE/PDF) using the RvtExporter.exe from the DDC Revit toolkit. This n8n template provides a Form UI to set paths and flags, then …n8n Form Trigger414
Create a simple data caching system with no external dependenciesIf you’re in need of a quick and dirty cache that doesn’t need anything other than the current version of N8N, boy do I have a dodgy script for you to try!Stop and Error, Execute Workflow Trigger, Schedule Trigger, Data table414
Predict housing prices with a simple neural networkThis n8n template demonstrates how a simple Multi-Layer Perceptron (MLP) neural network can predict housing prices. The prediction is based on four key features, processed through a three-layer model.Webhook402
Mobility API MCP serverComplete MCP server exposing 2 Mobility API operations to AI agents.MCP Server Trigger402
Convert training prescriptions to Intervals.icu workouts with Claude Opus AITransform training prescriptions into perfectly formatted Intervals.icu workouts using AI. This workflow automatically converts free-text workout descriptions into structured interval training sess…HTTP Request, AI Agent, Anthropic Chat Model, Structured Output Parser, n8n Form Trigger, Google Gemini Chat Model401
Create dynamic API Gateway with HTTP Router and workflow orchestrationThis workflow provides a universal webhook endpoint that dynamically routes incoming requests to different subflows. It allows you to manage multiple API-like endpoints from a single entry point, w…Webhook, Execute Sub-workflow394
Notion API MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger392
Access CO2 measurement data with CarbonDoomsDay API for AI agentsComplete MCP server exposing 2 CarbonDoomsDay API operations to AI agents.MCP Server Trigger392
Automate GPT-4o fine-tuning with Google Sheets or Airtable dataAnyone curating before/after text examples in a spreadsheet and wanting a push-button path to a fine-tuned GPT model—without touching curl. Works with Google Sheets or Airtable.Airtable, Google Sheets, HTTP Request, Stop and Error, Schedule Trigger, OpenAI389
Automatically optimize AI prompts with OpenAI using OPRO & DSPy methodologyThis workflow implements cutting-edge concepts from Google DeepMind’s OPRO (Optimization by PROmpting) and Stanford’s DSPy to automatically refine AI prompts. It iteratively generates, evaluates, a…AI Agent, OpenAI Chat Model, Structured Output Parser388
🛠️ Strapi tool MCP server 💪 5 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger385
Daily sync of NFL players from Sleeper API to Airtable for fantasy footballThis template uses the Sleeper API to fetch the complete list of NFL players and stores them in an Airtable base. It’s built to run daily and ensures you have the most up-to-date player list for fa…Airtable, Function, HTTP Request383
Complete AI safety suite: test 9 guardrail layers with Groq LLMAI developers, automation engineers, and teams building chatbots, AI agents, or workflows that process user input. Perfect for those concerned about security, compliance, and content safety.Groq Chat Model, Guardrails378
Automated patient vitals monitoring & alerts with Philips IntelliVue & Google SheetsThis workflow utilizes Philips IntelliVue Device details to automatically track patient vitals, such as heart rate and oxygen levels. It quickly spots critical health issues and sends alerts to hea…Cron, Send Email, Google Sheets, HTTP Request374
Smart chat routing between Gemini and GPT models based on query complexityElevate your AI chatbots with intelligent model selection: automatically route simple queries to cost-effective LLMs and complex ones to powerful ones, balancing performance and expenses seamlessly.AI Agent, OpenAI Chat Model, Chat Trigger, Google Gemini Chat Model, Model Selector369
Dynamic MCP server selection with OpenAI GPT-4.1 and contextual AI rerankerThousands of MCP Servers exist and many are updated daily, making server selection difficult for LLMs.HTTP Request, AI Agent, OpenAI Chat Model, Chat Trigger, Chat361
Batch Airtable requests to send data 9x fasterThis workflow is specifically designed to address the challenges of upserting or inserting large volumes of data into Airtable. By leveraging the Airtable Batch API, it delivers up to 9X faster per…HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Summarize361
📊 Token Estim8r UI – visualize token usage analytics dashboard in n8n!TokenEstim8rUIGumroadBanner.jpgGoogle Sheets, HTTP Request, Webhook, Convert to File357
Generate AI system prompts for LLMs with Unli.devSystem Prompt Generator Using Unli.dev turns human input ideas into a polished, repeatable system prompt blueprint.HTTP Request, Webhook357
IP geolocation lookup with BigDataCloud API for AI agentsComplete MCP server exposing 2 IP Geolocation API operations to AI agents.MCP Server Trigger356
Manage User Authentication with Telegram, Redis Cache and Google SheetsHow It WorksGoogle Sheets, Redis, Telegram Trigger, Execute Workflow Trigger352
Create a complete user authentication system with PostgreSQL & webhooksStreamline user onboarding and security for your applications using this n8n workflow. This template handles signup, login, and password resets through a single endpoint, making it ideal for develo…Postgres, Webhook348
Compare AI models with Nvidia API: Qwen, DeepSeek, Seed-OSS & Nemotron- Queries four AI models simultaneously via Nvidia’s API in 2-3 seconds—4x faster than sequential processing. Perfect for ensemble intelligence, model comparison, or redundancy.HTTP Request, Webhook345
AI-powered document search with Oracle and ONNX embeddings for recruiting1. Create a user for doing Hybrid Search.Chat Trigger, Oracle Database343
XOR encryption and decryption with Base64 encoding for workflow dataThis workflow performs basic XOR-based encryption and decryption using a custom password. It is intended to be triggered by another workflow and processes structured input in JSON format.Execute Workflow Trigger338
[eBay] recommendation API MCP serverComplete MCP server exposing 1 Recommendation API operations to AI agents.MCP Server Trigger331
Bin card information lookup API connector for AI agents with balance checkComplete MCP server exposing 2 BIN Lookup API operations to AI agents.MCP Server Trigger329
Sequential Google Sheets data processing with execution controlThis n8n template provides a robust solution for processing data from Google Sheets in a controlled manner, specifically designed to prevent simultaneous executions of a scheduled workflow. This is…Google Sheets, Schedule Trigger321
IPQualityScore API MCP ServerComplete MCP server exposing 3 IPQualityScore API operations to AI agents.MCP Server Trigger317
Track Jura coffee machine data with webhook API and Google SheetsTrack how many coffees your Jura E8 espresso machine makes — fully automated via webhook and Google Sheets.Google Sheets, Webhook313
Generate data pipeline blueprints with Claude 3.5, Slack, and Tavily SearchThe Architect Agent listens to Slack messages and generates full data architecture blueprints in response. Powered by Claude 3.5 (Anthropic) for reasoning and design, and Tavily for real-time web s…Slack, AI Agent, Anthropic Chat Model, Slack Trigger, HTTP Request Tool312
eBay analytics API rate limit monitoring for AI agentsComplete MCP server exposing 2 Analytics API operations to AI agents.MCP Server Trigger312
🛠️ Jina AI tool MCP server 💪 all 3 operationsComplete MCP server exposing all Jina AI Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built.MCP Server Trigger308
Retrieve NASA space weather & asteroid data with GPT-4o-mini and TelegramThis workflow is intended for researchers, educators, developers, media publications, scientists, engineers, science teachers, researchers & scientists in the fields of astronomy, astrophysics, and…Telegram, Telegram Trigger, AI Agent, OpenAI Chat Model308
NPR listening service MCP serverComplete MCP server exposing 9 NPR Listening Service API operations to AI agents.MCP Server Trigger306
Extract and analyze web data with Bright Data & Google GeminiThis workflow performs structured data extraction and data mining from a web page by combining the capabilities of Bright Data and Google Gemini.Function, HTTP Request, Basic LLM Chain, Read/Write Files from Disk, Google Gemini Chat Model, Information Extractor304
Expose translate a language endpoint to AI agents with DeepL tool MCP ServerComplete MCP server exposing all DeepL Tool operations to AI agents. Zero configuration needed - all 1 operations pre-built.MCP Server Trigger303
Deduplicate data records using JavaScript array methodsThis tutorial demonstrates how to remove duplicate records from a dataset using JavaScript logic inside n8n’s Code nodes. It simulates real-world data cleaning by generating sample user data with i…296
Topupsapi MCP ServerComplete MCP server exposing 2 topupsapi API operations to AI agents.MCP Server Trigger290
Add TypeScript Intellisense support to code nodes with JSDocAre you writing complex Code nodes and need Intellisense support? Follow this simple pattern to get autocomplete for any n8n or custom classes.n8n, n8n Form Trigger, n8n Form282
Automate vehicle inspections & maintenance workflows with OpenAI & JotformTransform your fleet operations from paper-based chaos to intelligent automation - achieving 40% reduction in breakdowns, 100% inspection compliance, and predictive maintenance that saves thousands…Google Sheets, Jotform Trigger, Gmail, AI Agent, OpenAI Chat Model278
🛠️ Metabase tool MCP server 💪 all 10 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger278
Get any image: standard fetch with BrightData Web Unblocker failoverThis workflow is your ultimate solution for reliable image retrieval from any web source, including those heavily protected.HTTP Request276
Enforce pre-release compliance with Jira, Monday.com, and Slack alertsDescription:Slack, Jira Software, Monday.com, Jira Trigger270
🛠️ Storyblok tool MCP server 💪 all 7 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger261
Query bicycle incident data with BikeWise API through MCP serverComplete MCP server exposing 4 BikeWise API v2 API operations to AI agents.MCP Server Trigger256
Live airport delay dashboard with FlightStats, Google Sheets & Slack alerts- Automates live monitoring of airport delays using FlightStats API.Cron, Google Sheets, HTTP Request, Slack254
Fetch hierarchical data records from Airtable with multi-level relationshipsThis n8n workflow retrieves an Airtable record along with its related child records in a hierarchical structure. It can fetch up to 3 levels of linked records and assembles them into a comprehensiv…Airtable, HTTP Request, Execute Workflow Trigger, Filter245
Real-time IoT anomaly detection with MQTT, GPT-4o-mini AI, and multi-channel alertsMQTT ingests real-time sensor data from connected devices. The workflow normalizes the values and trains or retrains machine learning models on a defined schedule. An AI agent detects anomalies, va…Send Email, HTTP Request, Postgres, Slack, MQTT Trigger, Schedule Trigger245
Multi-AI agent router: compare OpenAI, Anthropic & Groq responses with webhooksThis workflow connects to OpenAI, Anthropic, and Groq, processing requests in parallel with automatic performance metrics. Ideal for testing speed, cost, and quality across models.Webhook, AI Agent, Anthropic Chat Model, OpenAI Chat Model, Structured Output Parser, Groq Chat Model243
Synthesize and compare multiple LLM responses with OpenRouter councilThis template adapts Andrej Karpathy’s LLM Council concept for use in n8n, creating a workflow that collects, evaluates, and synthesizes multiple large language model (LLM) responses to reduce indi…Send Email, HTTP Request, Chat Trigger240
Complete Airtable database management with AI agents and Redis storageComplete Airtable database management system using MCP (Model Context Protocol) for AI agents. Create bases, tables with complex field types, manage records, and maintain state with Redis storage.AI Agent, OpenAI Chat Model, Redis Chat Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger237
Create structured logging system with Supabase and Log4j2-style levelsCreate centralized, structured logs directly from your n8n workflows, using Supabase as your scalable log database.Execute Sub-workflow, Supabase, Execute Workflow Trigger236
NPR station finder service MCP serverComplete MCP server exposing 2 NPR Station Finder Service API operations to AI agents.MCP Server Trigger234
A/B test AI prompts with Supabase, Langchain Agent & OpenAI GPT-4o!n8n.pngSupabase, AI Agent, OpenAI Chat Model, Chat Trigger, Postgres Chat Memory231
Create an offline DIGIPIN microservice API for precise location mapping in IndiaThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Webhook228
Expose translate endpoint to AI Agents via 🛠️ Google Translate Tool MCP ServerComplete MCP server exposing all Google Translate Tool operations to AI agents. Zero configuration needed - all 1 operations pre-built.MCP Server Trigger226
Implement recursive algorithms with sub-workflows: Towers of Hanoi demoThis is an example of using sub-workflow nodes and a proof of concept showing that it’s possible to solve and explain recursive problems with n8n.Execute Sub-workflow, Execute Workflow Trigger219
Syncing iOS localization gaps with Google Sheets and GitHub PR placeholdersThis n8n workflow automatically identifies missing translations in .strings files across iOS localizations (e.g., Base.lproj vs fr.lproj) and generates a report in Google Sheets. Optionally, it cre…Google Sheets, HTTP Request, Webhook219
Validate API requests with Bearer Token Authentication and AirtableThis n8n template helps you manage and validate tokens easily using:Airtable, HTTP Request, Webhook217
🛠️ Google Cloud Firestore tool MCP server 💪 all 7 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger213
Generate consensus-based answers using Claude, GPT, Grok and GeminiThe original LLM Council concept was introduced by Andrej Karpathy and published as an open-source repository demonstrating multi-model consensus and ranking.Slack, Telegram, Gmail, WhatsApp Business Cloud, Basic LLM Chain, Anthropic Chat Model205
🛠️ NocoDB tool MCP server 💪 all 5 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger204
🛠️ NASA tool MCP server 💪 all 15 operationsComplete MCP server exposing all NASA Tool operations to AI agents. Zero configuration needed - all 15 operations pre-built.MCP Server Trigger202
AI Qwen-Vl-Plus powered car fleet maintenance alert systemDaily triggers automatically fetch fleet data and simulate key performance metrics for each vehicle. An AI agent analyzes maintenance requirements, detects potential issues, and routes alerts accor…Postgres, Slack, Schedule Trigger, AI Agent, OpenRouter Chat Model196
Bypass Cloudflare Turnstile for web scraping with 2captchaThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.HTTP Request, Execute Sub-workflow, Stop and Error, Execute Workflow Trigger196
Automated Airtable to Postgres migration with n8nThis ETL system automates the process of migrating data from Airtable to PostgreSQL with a single API request.HTTP Request, Webhook191
🛠️ Oura tool MCP server 💪 all 4 operationsComplete MCP server exposing all Oura Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built.MCP Server Trigger191
JSON data utility: extract key-value pairs by indexThis template takes a JSON object and a row index and returns exactly one key–value pair at that index. It’s a handy helper when you only need a single entry from a structured JSON payload (e.g., p…190
🛠️ Webex by Cisco tool MCP server 💪 all 10 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger189
Create debug breakpoints and logs with Slack interactive messagesHow it Works:Slack, DebugHelper187
Delete Dialogflow intents via Telegram commandsThis workflow allows you to delete a specific Dialogflow intent simply by sending the keyword delete through Telegram. It’s designed for quick and safe deletions from your mobile device, without ne…HTTP Request, Telegram, Telegram Trigger185
Google Cloud natural language tool MCP serverComplete MCP server exposing all Google Cloud Natural Language Tool operations to AI agents. Zero configuration needed - all 1 operations pre-built.MCP Server Trigger185
Prevent duplicate processing with Redis item state trackingI built this tool because we faced a real, recurring problem: managing hundreds of client projects in a weekly automated loop.Google Sheets, Redis, Stop and Error, Redis Trigger, Execute Workflow Trigger179
Singapore Lottery Predictive Analytics and Pattern Mining SystemA scheduled trigger initiates automated retrieval of TOTO/4D data, including both current and historical records. The datasets are merged and validated to ensure structural consistency before branc…HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Calculator, Code Tool176
Automate release notes from ClickUp to Notion & Slack with GPT-4oThis workflow automates the entire release note creation and announcement process whenever a task status changes in ClickUp.Google Sheets, Slack, ClickUp, ClickUp Trigger, Gmail, Notion175
Create structured XML system messages for AI agents with Claude 4 SonnetXML (Extensible Markup Language) engineering is a foundational technique in modern software and system architecture. It enables the structured creation, storage, and exchange of messages—such as sy…AI Agent, Anthropic Chat Model, Simple Memory, Chat Trigger175
Convert CDP network topology to Lucidchart prompts with AWX and Gemini AIThis workflow automates the creation of network diagram prompts using AI. It retrieves Layer-2 topology data from AWX, parses device relationships, and generates a clean, structured prompt ready fo…HTTP Request, Google Docs, Google Gemini171
IoT sensor monitoring with GPT-4o anomaly detection, MQTT & multi-channel alerts{Google Sheets, Slack, Gmail, MQTT Trigger, Schedule Trigger, AI Agent169
Convert POML to AI-Ready Prompts & Chat Messages with Zero Dependencies!Poml LogoAI Agent, OpenAI Chat Model162
Complete eBay feed API integration for AI agents with MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger157
🛠️ Matrix tool MCP server 💪 all 11 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger157
Swagger2OpenAPI converter MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger153
🐟 Smart fish feeder: weather-based feeding system with BMKG & Telegram alertsTransform your fish farming operation with this cutting-edge n8n workflow that combines Indonesia’s official BMKG weather data with IoT-powered feeding automation. This system intelligently reduces…HTTP Request, Telegram, Schedule Trigger152
🛠️ Baserow tool MCP server 💪 5 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger142
Pinecone API MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger140
Track AI model executions with LangFuse observability for better performance insightsThis template is to demonstrate how to trace the observations per execution ID in Langfuse via ingestion API.HTTP Request, n8n, Execute Workflow Trigger139
Expose eBay browse API for AI agents with MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger139
[eBay] metadata API MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger138
AI agents can retrieve assetts with 🛠️ Contentful tool MCP server 💪Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger138
AI agent integration for eBay Logistics API with MCP ServerNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger137
Create an eBay item feed service API Gateway for AI agentsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger135
Expose eBay taxonomy API to AI agents for category managementNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger135
🛠️ Npm tool MCP server 💪 all 5 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger135
Expose file, form, & hook operations to AI agents - KoBoToolbox tool MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger135
eBay finances data access for AI agents with MCP server integrationNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger134
🛠️ Airtop tool MCP server 💪 all 20 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger134
AI agent managed tables and views with 🛠️ Coda tool MCP server 💪 18 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger133
🛠️ Demio tool MCP serverComplete MCP server exposing all Demio Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built.MCP Server Trigger133
Connect AI agents to eBay deal API with MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger132
Validate n8n JSON workflows with GPT-4 & LangChain: Google Drive to SheetsDescription:Google Sheets, Google Drive, AI Agent, Simple Memory, Extract from File, Azure OpenAI Chat Model131
🛠️ Google Books tool MCP Server 💪 all 9 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger131
🛠️ Quick Base tool MCP server 💪 all 10 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger130
🛠️ PostBin tool MCP server 💪 6 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger130
🛠️ Discourse tool MCP server 💪 all 16 operationsNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger130
Get, create, upadte profiles 🛠️ Humantic AI tool MCP serverComplete MCP server exposing all Humantic AI Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built.MCP Server Trigger130
AI-powered code review with linting, red-marked corrections in Google Sheets & SlackFor software engineers, QA teams, and tech leads who want to automate intelligent code reviews with both AI-driven suggestions and rule-based linting — all managed in Google Sheets with instant Sla…Function, Google Sheets, Slack, Google Sheets Trigger, AI Agent, Google Gemini Chat Model129
Sync QuickBooks chart of accounts to Google BigQueryKeep a historical, structured copy of your QuickBooks Chart of Accounts in BigQuery. This n8n workflow runs weekly, syncing new or updated accounts for better reporting and long-term tracking.HTTP Request, Google BigQuery, Schedule Trigger129
Epa environmental compliance data API for AI agents with MCP serverNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger129
Epa clean water act data access & compliance monitoring API integrationNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger129
Complete Lyft API integration for AI agents with 16 operations using MCPNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?MCP Server Trigger129
MCP employee performance & productivity insights engine with automated managerThis workflow automates performance monitoring by aggregating data from PM tools, code repositories, meeting logs, and CRM systems. It processes team metrics using AI-powered analysis via OpenAI, i…HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser119
Generate professional changelogs from Git commits with GPT-4 and GitHubThis workflow transforms your software release process by automatically generating clean, professional changelogs from your Git commit history. It listens for new version tags in your GitHub reposi…GitHub, Github Trigger, AI Agent, OpenAI Chat Model, Simple Memory119
Compare LLM token costs across 350+ models with OpenRouterUse cases are many: Compare costs across different models, plan your AI budget, optimize prompts for cost efficiency, or track expenses for client billing!HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter, LangChain Code, n8n Form Trigger118
Track GitHub node definitions and export to Google SheetsThis workflow automatically retrieves and processes metadata from the official n8n GitHub repository, filters all available .node.json files, parses their structure, and appends structured informat…Google Sheets, HTTP Request117
Generate your GitLab year-in-review wrapped report automatically✨ Automatically generate your personalized GitLab Wrapped, a stunning year-in-review of your contributions, activity, and stats.HTTP Request, n8n Form Trigger116
Score telematics driving risk with Claude and adjust insurance premiums via HTTP, Gmail, and SlackThis workflow automates insurance premium adjustments by analyzing telematics data with AI-driven risk assessment and syncing changes across underwriting systems. Designed for carriers, actuaries, …HTTP Request, Slack, Gmail, Schedule Trigger, AI Agent, Anthropic Chat Model112
Preventing Google Sheets quota errors during batch processingThis template provides a robust solution for dealing with Google Sheets API rate limits. It is designed for workflows that update a large number of rows in a Google Sheet and frequently fail with ”…Google Sheets111
OAuth token management system with Airtable storageThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Airtable, HTTP Request, Webhook111
Implement error-proof switch node fallbacks for reliable workflow controlThe Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨Stop and Error109
Generate, review, and optimize code with Cursor AI, GitHub, Google, and SlackA smart, fully automated coding pipeline built inside n8n that leverages Cursor AI to write, refactor, review, and optimize code projects — triggered by a webhook, schedule, or manual prompt. Every…Google Sheets, HTTP Request, Slack, Webhook, Google Drive, Schedule Trigger104
Monitor IoT sustainability compliance and ESG reports with OpenAI, Airtable, Slack and GmailThis workflow automates IoT device compliance monitoring and anomaly detection for industrial operations. Designed for facility managers, quality assurance teams, and regulatory compliance officers…Airtable, Slack, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model102
Auto-rename workflow nodes with AI (Gemini/Claude) for better readability (beta)This workflow automates the tedious process of renaming nodes in your n8n workflows. Instead of manually editing each node, it uses an AI language model to analyze its function and assign a concise…n8n, Basic LLM Chain, Structured Output Parser, Google Gemini Chat Model, OpenRouter Chat Model102
Migrate Pinecone index to Weaviate class with Airtable paginationThis workflow is designed for developers, data engineers, and AI teams who need to migrate a Pinecone Cloud index into a Weaviate Cloud class index without recalculating the vectors (embeddings).Airtable, HTTP Request, Schedule Trigger102
Auto documentation sync: GitHub to Slack with GPT-4o mini summariesKeep your internal documentation always up to date with this n8n automation template.GitHub, Github Trigger, Slack, AI Agent, Azure OpenAI Chat Model96
Batch process data with Redis-powered debouncing systemThis implementation aggregates incoming data into a Redis list from potentially concurrent workflow executions. It buffers the data for a set period before a single execution retrieves and processe…Redis, Execute Workflow Trigger92
AI-powered RAG configuration assistant: From form to email recommendationsAn intelligent RAG Configuration Assistant that analyzes your retrieval-augmented generation requirements and delivers AI-powered recommendations via email. Get expert guidance on embedding models,…Gmail, AI Agent, n8n Form Trigger, OpenRouter Chat Model84
Organizing UI toolbar icons: Apple HIG standards and Gemini AIWhen designing user interfaces, toolbar icons often get overlooked, even though their placement and grouping dramatically impact usability and user flow. This workflow leverages Gemini AI to automa…AI Agent, Basic LLM Chain, n8n Form Trigger, Google Gemini Chat Model81
Validate workflows: GPT-4o with Drive, Slack & GmailThis workflow automates end-to-end validation, assessment, and reporting of n8n workflow JSON templates using Google Drive, Azure OpenAI GPT-4o, Gmail, and Slack.Google Sheets, Slack, Google Drive, Gmail, AI Agent, Simple Memory79
Escalate product UAT critical bugs with OpenAI, Jira and SlackAutomatically detect and escalate Product UAT critical bugs using AI, create Jira issues, notify engineering teams, and close the feedback loop with testers.Slack, Webhook, Jira Software, Gmail, OpenAI73
Auto-answer GitHub PR questions with GPT-4o, Notion & Slack for dev teamsThis workflow automates developer Q&A handling by connecting GitHub, GPT-4o (Azure OpenAI), Notion, Google Sheets, and Slack.Github Trigger, Google Sheets, Slack, Notion, AI Agent, Azure OpenAI Chat Model71
Automated compliance control scoring with CyberPulse, GPT-4o & Google SheetsWhat this template doesGoogle Sheets, OpenAI71
BIN code lookup with apilayer APIThis workflow is designed to validate and fetch information about a card using the BIN code. It utilizes apilayer’s BIN Check API and provides details like the card brand, type, issuing bank, and c…HTTP Request71
Prevent duplicate webhook executions with AARI idempotency gateThis template is for anyone running n8n workflows that receive webhooks and perform side effects such as payments, emails, database inserts, or API calls.HTTP Request, Webhook63
Slack workflow router: AI-powered workflow selectionSlack only allows one webhook per Slack app, and n8n generates a unique webhook for each workflow. This limitation means you typically need to create multiple Slack apps to trigger multiple n8n wor…Slack, Execute Sub-workflow, AI Agent, OpenAI Chat Model, Slack Trigger59
Postgres data freshness monitoring with email alertsThis template monitors a set of tables inside a Postgres database to ensure they’re getting updated.Postgres, Execute Sub-workflow, Schedule Trigger, Filter58
Transform GitHub repos into evidence-based architecture blueprints with ClaudeRequirements: GitHub API token (repo scope), Anthropic API key (Claude Sonnet 4.5), Slack Bot Token (optional)HTTP Request, Slack, Webhook, Basic LLM Chain, Anthropic Chat Model, n8n Form Trigger54
Track SDK documentation drift with GitHub, Notion, Google Sheets, and SlackAutomatically track SDK releases from GitHub, compare documentation freshness in Notion, and send Slack alerts when docs lag behind. This workflow ensures documentation stays in sync with releases,…GitHub, Github Trigger, Google Sheets, Slack, Notion53
Automate inventory replenishment and purchase orders with Mistral AI and ERPThis AI-powered workflow monitors warehouse stock levels and sales velocity in real-time, uses machine learning to forecast demand, automatically generates optimized purchase orders with intelligen…Send Email, Postgres, Slack, Schedule Trigger, AI Agent, Call n8n Workflow Tool52
Collect API user data and store in Google Sheets with CSV backupThis n8n workflow automates the process of fetching user data from an API, verifying its validity, transforming the response, and then saving it to Google Sheets for team collaboration. Additionall…Function, Google Sheets, HTTP Request, Spreadsheet File, Stop and Error45
Real-time IoT incident management with Jira & Slack technician alertsThis workflow automates predictive maintenance by receiving IoT machine-failure webhooks, creating Jira maintenance tickets, checking technician availability in Slack and sending the alert to the c…Slack, Webhook, Jira Software43
Generate Google Sheets test script from Pega Agile Studio user stories with AIWhen working as a functional Pega Software tester, this workflow will create a Google Spreadsheet with acceptance criteria and testcases based on the Pega Agile Studio userstory provided. This impr…Google Sheets, HTTP Request, AI Agent, Chat Trigger, Google Gemini Chat Model39
Build a full REST-API with n8n webhooksA clean, extensible REST-style API routing template for n8n webhooks with up to 3 path levels.Webhook, Execute Sub-workflow38
Optimize n8n workflow JSON using Azure OpenAI GPT-4o-miniAutomate the optimization of your n8n workflows using AI-powered analysis and restructuring 🤖. This workflow receives any existing n8n JSON via webhook, analyzes it using Azure OpenAI, and returns …Webhook, AI Agent, Convert to File, Azure OpenAI Chat Model35
Review GitHub pull requests with AI and log results to PostgreSQL and SlackAutomatically detects new GitHub Pull Requests, analyzes changed code with AI, generates detailed review comments (quality, security, performance, best practices), posts suggestions back to the PR,…Github Trigger, HTTP Request, Postgres34
Prioritize vehicle maintenance with Anthropic Claude using telemetry and historyThis workflow automates predictive maintenance for vehicle fleets by combining real-time telemetry analysis with historical pattern recognition to identify potential failures before they occur. Des…HTTP Request, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser, Code Tool34
Extract meeting details with GPT-4.1-mini and evaluate accuracy in Google SheetsDevelopers building AI-powered workflows who want to ensure their agents work reliably. If you need to validate AI outputs, test agent behavior systematically, or build maintainable automation, thi…Stop and Error, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, Evaluation Trigger34
Monitor asset health and predict maintenance with Anthropic Claude and SlackThis workflow automates industrial asset health monitoring and predictive maintenance using Anthropic Claude across coordinated specialist agents. It targets facility managers, maintenance engineer…Send Email, Slack, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser31
Create an autonomous task-handling AI agent with OpenAI and SlackThis workflow creates a self-improving AI agent inside n8n that can understand natural language tasks, plan steps, use tools (HTTP, code, search, …), reflect on results, and continue until the goal…HTTP Request, Slack, Webhook, OpenAI29
Evaluate supply chain risk and orchestrate contingencies with Claude, Google Sheets, Gmail and SlackThis workflow automates enterprise risk management by intelligently routing risks across three severity tiers. Built for compliance teams and risk managers, it eliminates manual evaluation bottlene…Google Sheets, Slack, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser25
Route engineering risks with Anthropic multi-agents and Slack alertsThis workflow automates engineering governance by deploying a multi-agent AI system that validates designs, checks compliance, optimises safety, and predicts maintenance needs. Designed for enginee…HTTP Request, Slack, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser24
Orchestrate AI risk analysis and severity-based routing with Anthropic and OpenAIThis workflow automates complex data engineering operations by orchestrating multiple specialized AI agents to analyze datasets, calculate risk metrics, and route findings based on severity levels…HTTP Request, Webhook, AI Agent, Anthropic Chat Model, OpenAI Chat Model, Structured Output Parser24
Generate workflow JSON files from webhook prompts using Azure OpenAI GPT-4o-miniAutomate the creation of production-ready n8n workflows using AI 🤖. This template receives a plain-text automation idea via webhook, processes it with Azure OpenAI, and instantly generates a fully …Webhook, AI Agent, Convert to File, Azure OpenAI Chat Model23
Convert Make.com blueprints to workflows with Azure OpenAI and Google SheetsThis workflow converts a Make.com blueprint JSON into a directly importable n8n workflow JSON. It searches a Google Drive folder for the target blueprint file, downloads it, extracts the JSON, and …Google Sheets, Google Drive, AI Agent, Extract from File, Azure OpenAI Chat Model23
Route revenue transactions and assess AI outputs with Anthropic Claude and OpenAIThis workflow automates intelligent routing of user queries to optimal AI models (Anthropic, OpenAI) based on complexity analysis, then validates outputs through multi-stage quality assessment. Des…Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser, Code Tool, AI Agent Tool23
Monitor website performance with Google PageSpeed, Sheets and multi-channel alertsThis n8n workflow is designed for website administrators, digital marketers, SEO specialists, and business owners who want to continuously monitor their website performance metrics. It provides a c…Google Sheets, HTTP Request, Discord, Gmail, Schedule Trigger23
Manage healthcare resource allocation and conflicts with Anthropic ClaudeThis workflow automates end-to-end marketing campaign management for digital marketing teams and agencies executing multi-channel strategies. It solves the complex challenge of coordinating persona…HTTP Request, Webhook, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser23
Optimize fleet routes and anomaly alerts with GPT-4, Slack and PostgresThis workflow automates veterinary clinic operations and client communications for animal hospitals and veterinary practices managing appointments, inventory, and patient care. It solves the dual c…Send Email, HTTP Request, Postgres, Slack, Webhook, Schedule Trigger23
Decide multi‑agent vs simple workflows using Azure OpenAI GPT‑4o‑miniThis workflow acts as an AI Multi-Agent Architecture Advisor for n8n. It receives a problem statement via webhook, uses Azure OpenAI (gpt-4o-mini) to decide whether the problem needs a multi-agent …Webhook, AI Agent, Azure OpenAI Chat Model22
Orchestrate patient admission, discharge and post-care with NVIDIA and ClaudeThis workflow automates patient risk assessment and clinical alerting for healthcare providers using NVIDIA AI models. Designed for hospitals, clinics, and healthcare organizations, it addresses th…Send Email, HTTP Request, Slack, Webhook, Schedule Trigger, AI Agent20
Process multiple requests in FIFO using OpenAI Batch API and Supabase/PostgresYou provide a list of prompts and a system instruction, the workflow batches them into a single OpenAI Batch API request.HTTP Request, Postgres, Supabase, Schedule Trigger, Extract from File19
Validate student progress and orchestrate interventions with Claude and emailThis workflow automates student progress monitoring and academic intervention orchestration through intelligent AI-driven analysis. Designed for educational institutions, learning management system…Send Email, HTTP Request, Webhook, AI Agent, Anthropic Chat Model, Structured Output Parser18
Validate clinical trial and lab signals with OpenAI for regulatory governanceThis workflow automates clinical trial signal validation and regulatory governance through intelligent AI-driven oversight. Designed for clinical research organizations, pharmaceutical companies, a…Send Email, HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser18
Check workflow templates against Creator Hub guidelines with Gemini and GmailTemplate creators who want to validate their n8n workflows against the official Creator Hub approval criteria before submitting. Useful for both new and verified creators looking to reduce rejectio…HTTP Request, Gmail, Basic LLM Chain, n8n Form Trigger, Google Gemini Chat Model16
Monitor supply chain risks and disruptions with GPT-4o and Slack alertsThis workflow automates end-to-end supply chain visibility and logistics coordination for manufacturers, distributors, and retailers managing complex multi-tier supply networks. Designed for supply…Send Email, HTTP Request, Slack, Webhook, Schedule Trigger, AI Agent15
Analyze global supply chain sustainability and risk with GPT-4o and email alertsThis workflow automates supply chain monitoring and risk management by deploying multiple specialized AI agents to analyze different supply chain dimensions simultaneously. Designed for supply chai…Send Email, HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser10
Orchestrate quality event risk assessment with Claude, Gmail and Slack for human approvalThis workflow automates quality event risk assessment through AI-powered multi-agent analysis with mandatory human oversight for critical decisions. Designed for quality managers, compliance office…Send Email, Slack, Webhook, AI Agent, Anthropic Chat Model, Structured Output Parser9
Migrate large Hugging Face datasets to MongoDB with a looping subworkflowThis n8n template provides a production-ready, memory-safe pipeline for ingesting large Hugging Face datasets into MongoDB using batch pagination.HTTP Request, MongoDB, Execute Sub-workflow, Execute Workflow Trigger8
Coordinate smart factory operations with OpenAI GPT-4.1-mini and Slack alertsThis workflow automates cross-factory operations management by deploying a multi-agent AI system that validates production data, coordinates scheduling, procurement, and quality escalation, then ro…HTTP Request, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser7
Review GitHub pull requests with Gemini and post feedback automaticallyDevelopment teams and tech leads who want to maintain consistent code quality without manual review bottlenecks. Perfect for teams handling multiple PRs daily and wanting AI-powered insights on sec…Google Sheets, HTTP Request, Slack, Webhook, Basic LLM Chain, Google Gemini Chat Model7
Orchestrate enterprise MCP AI tool access with Claude and Google SheetsA secure, scalable enterprise AI orchestration layer built on the Model Context Protocol (MCP). This workflow standardizes tool access across all business systems, enforces permission-based data ha…Send Email, Google Sheets, HTTP Request, Webhook, AI Agent, Anthropic Chat Model6
Fetch reliable FX exchange rates with Frankfurter and open.er-apiIt validates all inputs, queries providers sequentially, and merges results into a single enforced output schema. The workflow is designed to guarantee complete coverage for the requested currencie…HTTP Request, Stop and Error, Execute Workflow Trigger6
Monitor grid telemetry and automate compliance alerts with GPT-4o and SlackThis workflow automates real-time energy grid telemetry ingestion, compliance validation, and multi-channel reporting for grid operators, energy managers, and compliance teams. Telemetry data arriv…Send Email, Webhook, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser0
Guardrail AI inputs and outputs with GPT-4o-mini and n8n GuardrailsProtect your workflows with n8n’s native Guardrails node, placed before and after your AI step. The input guardrails catch jailbreak attempts and PII before they reach your model. The output guardr…Webhook, AI Agent, OpenAI Chat Model, Guardrails0
Summarize daily Jenkins test runs with Google Sheets, HTTP and Gemini AIAs a test automation engineer, staying on top of daily test runs in Jenkins is essential. This workflow automates that process: it pulls specific test details from a Google Sheet, retrieves data fr…Google Sheets, HTTP Request, Gmail, Schedule Trigger, AI Agent, Google Gemini Chat Model0
Train and deploy ML models with Claude and Slack approvalThis workflow automates the full machine learning lifecycle end-to-end using Claude AI as the intelligent decision-maker at every stage. Send one HTTP request with a dataset URL and a business goal…HTTP Request, Slack, Webhook, Basic LLM Chain, Anthropic Chat Model0
Perform unit-aware calculations and conversions with CalcsLiveThis template demonstrates how to perform unit-aware calculations with automatic unit conversion using the CalcsLive community node. It shows three calculation patterns:0

📥 How to use: Click any template above, then download the workflow.json file and import it into n8n via Workflow menu → Import from File. See the importing guide for detailed instructions.