n8n Workflow Builder MCP
@ifmelate
About n8n Workflow Builder MCP
MCP server that allow LLM in agent mode builds n8n workflows for you
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"n8n-workflow-builder": {
"command": "node",
"args": [
"/absolute/path/to/n8n-workflow-builder-mcp/dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is n8n Workflow Builder MCP?
An MCP server for building and manipulating n8n workflows using natural language prompts. Works with Claude Code, VS Code, Cursor, and any MCP‑compatible client.
How to use n8n Workflow Builder MCP?
Install via npx -y n8n-workflow-builder-mcp and set the environment variables N8N_API_URL and N8N_API_KEY (the N8N_VERSION is auto‑detected). Configure the server in your MCP client’s config file (.vscode/mcp.json, .cursor/mcp.json, or via claude mcp add).
Key features of n8n Workflow Builder MCP
- Create, update, and list n8n workflows programmatically
- Add, edit, and delete nodes in workflows
- Manage connections between workflow nodes
- Automatic n8n version detection and compatibility (184+ versions)
- AI tools for wiring AI components (model, memory, vector store)
- Plan, review, and apply workflow changes with validation
Use cases of n8n Workflow Builder MCP
- Build n8n workflows by prompting with AI
- Programmatically create and modify workflows using an AI agent
- Explore available n8n nodes and their capabilities
- Wire AI components (model, memory, vector store) into a workflow
- Automate workflow composition with built‑in planning and validation
FAQ from n8n Workflow Builder MCP
What are the prerequisites?
Node.js v18 or higher, npm, and an MCP‑compatible client (Claude Code, VS Code, Cursor, etc.).
How do I get an n8n API key?
In your n8n instance, go to Settings > API Keys, click Create API Key, and copy the generated key.
What n8n versions are supported?
184+ versions from 1.86.0 to 2.6.2, with automatic version detection and “closest lower version” matching for backward compatibility.
How do I troubleshoot connection issues?
Check your MCP config for valid JSON and matching server name, update Node.js, clear npm cache (npm cache clean --force), or try a global install (`
More Reasoning MCP servers
mcp-agentic-rag
rukshannetMCP Server for Agentic RAG applications
Code Reasoning MCP Server
mettamattA code reasoning MCP server, a fork of sequential-thinking
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
Agentic Tools MCP Server
PimzinoA comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.
MCP Advanced Reasoning Server for Cursor AI
AzDeltaQQThis is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
Comments