MCP Directory
Back

mcp-n8n-builder

by spences10 · TypeScript · ★ 83

🪄 MCP server for programmatic creation and management of n8n workflows. Enables AI assistants to build, modify, and manage workflows without direct user intervention through a comprehensive set of tools and resources for interacting with n8n's REST API.

#ai-tools#mcp#model-context-protocol#n8n#workflow-automation

Install

npx -y github:spences10/mcp-n8n-builder

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-n8n-builder": {
      "command": "npx",
      "args": [
        "-y",
        "github:spences10/mcp-n8n-builder"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server for programmatic creation and management of n8n workflows. This server provides tools and resources for interacting with n8n's REST API, allowing AI assistants to build, modify, and manage workflows without direct user intervention. - 🔄 **Workflow Management**: Create, read, update, delete, activate, and deactivate workflows - 📊 **Execution Management**: List and retrieve workflow execution details - ✅ **Schema Validation**: Comprehensive validation with Zod for both input and output data - 🔍 **Node Validation**: Validates node types against…
Read full README on GitHub →

Related other servers