n8n Workflow Builder MCP Server
Enables programmatic creation and management of n8n workflows, including adding nodes, establishing connections between nodes, validating workflow specifications, and exporting complete workflow configurations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@n8n Workflow Builder MCP Servercreate a workflow that fetches data from an API and saves it to a Google Sheet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
n8n Workflow Builder MCP Server
A Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.
Features
Create workflows with nodes and connections
Validate workflow specifications
Export complete workflow configurations
REST API interface through MCP
Related MCP server: MCP Server for n8n Integration
Installation
Installing via Smithery
To install n8n Workflow Builder for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install n8n-workflow-builder --client claudeManual Installation
Clone the repository:
git clone https://github.com/[your-username]/n8n-workflow-builder.git
cd n8n-workflow-builderInstall dependencies:
npm installCompile TypeScript:
npx tscStart the server:
npm startUsage
The server provides a create_workflow tool that accepts a workflow specification:
{
"nodes": [
{
"type": "n8n-nodes-base.httpRequest",
"name": "HTTP Request",
"parameters": {
"url": "https://example.com",
"method": "GET"
}
}
],
"connections": []
}Configuration
Add the server to your MCP configuration:
{
"n8n-workflow-builder": {
"command": "node",
"args": ["/path/to/n8n-workflow-builder/dist/index.js"]
}
}License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server enabling secure interaction with n8n workflows, executions, and settings via the Model Context Protocol, designed for integration with Large Language Models (LLMs).Last updated33116119MIT
- Flicense-quality-maintenanceA Model Context Protocol server that enables AI agents to interact with n8n workflows and automation tools through a standardized interface, allowing execution of workflows and access to n8n functions.Last updated
- Alicense-qualityDmaintenanceA complete Model Context Protocol server that enables Claude to create, manage, and execute n8n workflows through conversational AI.Last updated1MIT
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server that generates production-ready n8n workflows from natural language prompts. Transform simple descriptions into fully validated, deployable automation workflows using AI-powered code generation.Last updated1
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jimmy974/n8n-workflow-builder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server