mcp-n8n-workflow-builder

mcp-n8n-workflow-builder

4.3

mcp-n8n-workflow-builder is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.

If you are the rightful owner of mcp-n8n-workflow-builder and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

The n8n Workflow Builder MCP Server is designed to manage n8n workflows using the Model Context Protocol, allowing seamless integration with Claude AI and Cursor IDE.

The n8n Workflow Builder MCP Server facilitates the management of n8n workflows through a Model Context Protocol server. It enables users to create, update, delete, activate, and deactivate workflows using natural language commands. The server integrates with Claude AI and Cursor IDE, providing a robust interface for workflow management. It supports predefined workflow templates and offers real-time feedback during workflow creation. The server is compatible with n8n version 1.82.3 and requires Node.js and npm for installation. It also supports JSON-RPC mode for testing and includes comprehensive tools for workflow, execution, and tag management.

Features

  • Full integration with Claude AI and Cursor IDE via MCP protocol
  • Create and manage n8n workflows via natural language
  • Predefined workflow templates through prompts system
  • Interactive workflow building with real-time feedback

Tools

  1. list_workflows

    List all workflows from n8n

  2. execute_workflow

    Manually execute a workflow by ID

  3. create_workflow

    Create a new workflow in n8n

  4. get_workflow

    Get a workflow by ID

  5. update_workflow

    Update an existing workflow

  6. delete_workflow

    Delete a workflow by ID

  7. activate_workflow

    Activate a workflow by ID

  8. deactivate_workflow

    Deactivate a workflow by ID

  9. list_executions

    List all executions from n8n with optional filters

  10. get_execution

    Get details of a specific execution by ID

  11. delete_execution

    Delete an execution by ID

  12. create_tag

    Create a new tag

  13. get_tags

    Get all tags

  14. get_tag

    Get a tag by ID

  15. update_tag

    Update a tag

  16. delete_tag

    Delete a tag