n8n Workflow Builder MCP Server
@salacoste
About n8n Workflow Builder MCP Server
AI-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
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-n8n-workflow-builder": {
"command": "npx",
"args": [
"@kernel.salacoste/n8n-workflow-builder",
"--version"
]
}
}
}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 Server?
An AI-powered MCP server that lets you build, manage, and monitor n8n workflows through natural language using Claude AI and Cursor IDE. It transforms workflow automation by enabling conversational creation and management of complex n8n workflows, eliminating manual JSON editing and UI navigation.
How to use n8n Workflow Builder MCP Server?
Install globally via npm (npm install -g @kernel.salacoste/n8n-workflow-builder). Configure with a .config.json (multi‑instance) or a .env file (single instance). Add the server to your Claude Desktop configuration (claude_desktop_config.json) or Cursor IDE configuration (.cursor/mcp.json). Restart the client and describe workflows in plain English.
Key features of n8n Workflow Builder MCP Server
- AI-powered workflow creation from natural language descriptions
- Multi-instance management (dev, staging, production) from one server
- 17 comprehensive tools covering workflows, executions, tags, and credentials
- Natural language interface – no JSON editing required
- Secure by design with API key encryption and credential protection
- 38+ documentation pages with guides, tutorials, and API reference
Use cases of n8n Workflow Builder MCP Server
- Build and test workflows locally, then promote through staging to production
- Monitor execution status and debug failed workflows across environments
- Export workflows from one n8n instance and import to another with automatic adaptation
- Generate workflow documentation and learn n8n patterns through AI guidance
FAQ from n8n Workflow Builder MCP Server
What does the MCP server do?
It enables Claude AI and Cursor IDE to interact with n8n via the Model Context Protocol, allowing you to create, manage, and monitor workflows using natural language commands.
What are the prerequisites?
You need Node.js v14+ (v18+ recommended), npm v7+, a running n8n instance with API access (tested with n8n v1.82.3+), and either Claude Desktop or Cursor IDE.
How does multi-instance management work?
A single MCP server can manage multiple n8n environments (e.g., production, staging, development) by reading a .config.json file that defines each environment’s host and API key. The server routes requests to the correct instance based on context.
What tools are included in the MCP server?
Eight workflow tools (create, update, delete, activate, execute, etc.), four execution tools (monitor, retry, delete), five tag management tools, and six credential tools (schema retrieval, creation, deletion – note that list/get/update credential are blocked by the n8n API and only provide guidance).
Is the MCP server secure?
Yes. It features built-in credential protection, API key encryption, secure multi-instance configuration, and never exposes sensitive data in logs.
Frequently asked questions
What does the MCP server do?
It enables Claude AI and Cursor IDE to interact with n8n via the Model Context Protocol, allowing you to create, manage, and monitor workflows using natural language commands.
What are the prerequisites?
You need Node.js v14+ (v18+ recommended), npm v7+, a running n8n instance with API access (tested with n8n v1.82.3+), and either Claude Desktop or Cursor IDE.
How does multi-instance management work?
A single MCP server can manage multiple n8n environments (e.g., production, staging, development) by reading a `.config.json` file that defines each environment’s host and API key. The server routes requests to the correct instance based on context.
What tools are included in the MCP server?
Eight workflow tools (create, update, delete, activate, execute, etc.), four execution tools (monitor, retry, delete), five tag management tools, and six credential tools (schema retrieval, creation, deletion – note that list/get/update credential are blocked by the n8n API and only provide guidance).
Is the MCP server secure?
Yes. It features built-in credential protection, API key encryption, secure multi-instance configuration, and never exposes sensitive data in logs.
Basic information
More Reasoning MCP servers
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
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.
Agentic Radar
splx-aiA security scanner for your LLM agentic workflows
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
Comments