n8n_MCP_server_complete

n8n_MCP_server_complete

3.4

If you are the rightful owner of n8n_MCP_server_complete 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@mcphub.com.

A Model Context Protocol (MCP) server for managing n8n workflows within LLMs and AI agents.

The n8n MCP Server is a specialized server that facilitates the integration of n8n workflows with language models and AI agents through the Smithery Model Context Protocol. This server allows users to list, view, execute, and monitor n8n workflows seamlessly. It provides a MCP-compatible interface, enabling AI agents to interact with n8n workflows efficiently. The server is designed to be easily configurable and supports various deployment methods, including Docker and NPX. It requires Node.js and an n8n instance with API access. The server is particularly useful for developers and organizations looking to automate and manage workflows directly from AI platforms.

Features

  • List available workflows from n8n
  • View workflow details
  • Execute workflows
  • Monitor workflow executions
  • Pass parameters to workflows

Tools

  1. n8n_list_workflows

    List all workflows in the n8n instance

  2. n8n_get_workflow

    Get details of a specific workflow

  3. n8n_execute_workflow

    Execute an n8n workflow

  4. n8n_get_executions

    Get execution history for a workflow

  5. n8n_activate_workflow

    Activate a workflow

  6. n8n_deactivate_workflow

    Deactivate a workflow