n8n Workflow Builder MCP
@ifmelate
About n8n Workflow Builder MCP
MCP server that allow LLM in agent mode builds n8n workflows for you
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 (`
Frequently asked questions
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 (`
Basic information
More Reasoning MCP servers
ArduPilot MCP Server Sandbox
hfujikawa77ArduPilotドローンをAIエージェントから操作するMCPサーバーです。
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
MCP Sandbox
danstarnsTurn any JavaScript module into a sandboxed MCP (Model Context Protocol) server with automatic reflection and type inference.
mcp-agentic-rag
rukshannetMCP Server for Agentic RAG applications
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
Comments