MCP Directory
Back

mcp-n8n-builder

by spences10 Β· TypeScript Β· β˜… 82

πŸͺ„ 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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 β†’

πŸ’‘ Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers