n8n Workflow Builder MCP

by ifmelate

51 stars
689 downloads
Not rated
GitHub

About

MCP server that allow LLM in agent mode builds n8n workflows for you

Details

Author
ifmelate
GitHub stars
51
Downloads
689
Categories
Other, AI

- Create, update, and list n8n workflows programmatically
- Add, edit, and delete nodes in workflows
- Manage connections between workflow nodes
- Automatic n8n version detection and compatibility (184+ versions)
- AI tools for wiring AI components (model, memory, vector store)
- Plan, review, and apply workflow changes with validation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name n8n Workflow Builder MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npx -y n8n-workflow-builder-mcp and set the environment variables N8N_API_URL and N8N_API_KEY (the N8N_VERSION is auto‑detected). Configure the server in your MCP client’s config file (.vscode/mcp.json, .cursor/mcp.json, or via claude mcp add).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "n8n workflow builder mcp": {
            "n8n-workflow-builder": {
                "command": "node",
                "args": [
                    "/absolute/path/to/n8n-workflow-builder-mcp/dist/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "n8n-workflow-builder": {
        "command": "node",
        "args": [
            "/absolute/path/to/n8n-workflow-builder-mcp/dist/index.js"
        ]
    }
}

n8n Workflow Builder MCP

A Model Context Protocol (MCP) server for building and manipulating n8n workflows. Build n8n workflows just by prompting with AI — works with Claude Code, VS Code, Cursor, and any MCP-compatible client.

<a href="https://glama.ai/mcp/servers/@ifmelate/n8n-workflow-builder-mcp">
n8n-workflow-builder-mcp MCP server
</a>

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.