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
Installation
Installing via Smithery
To install n8n Workflow Builder for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install n8n-workflow-builder --client claude
Manual Installation
- Clone the repository:
git clone https://github.com/[your-username]/n8n-workflow-builder.git
cd n8n-workflow-builder
- Install dependencies:
npm install
- Compile TypeScript:
npx tsc
- Start the server:
npm start
Usage
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
n8n Workflow Builder
Project Details
- Jimmy974/n8n-workflow-builder
- MIT License
- Last Updated: 4/20/2025
Recomended MCP Servers
An MCP service for Ant Design components query | 一个 Ant Design 组件查询的 MCP 服务,包含组件文档、API 文档、代码示例和更新日志查询
MCP Server for running Postman Collections with Newman
A MCP Server for the RAG Web Browser Actor
MCP server for Medusa JS SDK
Official Firecrawl MCP Server - Adds powerful web scraping to Cursor, Claude and any other LLM clients.
A Model Context Protocol server that provides access to BigQuery
Telegram MCP for managing dialogs, messages, drafts, read statuses, and more.
Appwrite’s MCP server. Operating your backend has never been easier.
A CLI inspector for the Model Context Protocol

MCP server for working with 3rd party library documentation
A Model Context Protocol (MCP) server for reading Excel files with automatic chunking and pagination support. Built with...