n8n-mcp-server

n8n-mcp-server

4.6

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

If you are the rightful owner of n8n-mcp-server 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.

A Model Context Protocol (MCP) server that allows AI assistants to interact with n8n workflows through natural language.

The n8n MCP Server is a Model Context Protocol server designed to facilitate interaction between AI assistants and n8n workflows. It serves as a bridge, enabling AI assistants to manage and control n8n workflows and executions using natural language commands. This server supports various installation methods, including npm and Docker, and offers tools for workflow and execution management. It is a community-driven project, encouraging contributions and feedback to enhance its capabilities.

Features

  • Seamless integration with n8n workflows using natural language
  • Supports installation via npm and Docker
  • Comprehensive workflow and execution management tools
  • Community-driven with an open roadmap for future enhancements
  • Environment variable configuration for flexible setup

Tools

  1. list_workflows

    Retrieve a list of all workflows available in n8n

  2. get_workflow

    Retrieve a specific workflow by ID

  3. create_workflow

    Create a new workflow in n8n

  4. update_workflow

    Update an existing workflow in n8n

  5. delete_workflow

    Delete a workflow from n8n

  6. activate_workflow

    Activate a workflow in n8n

  7. deactivate_workflow

    Deactivate a workflow in n8n

  8. list_executions

    Retrieve a list of workflow executions from n8n

  9. get_execution

    Retrieve detailed information about a specific workflow execution

  10. delete_execution

    Delete a specific workflow execution from n8n

  11. run_webhook

    Execute a workflow via webhook with optional input data