mcp-n8n-server

mcp-n8n-server

3.4

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

An MCP server that provides an interface to interact with n8n workflows through the Model Context Protocol (MCP).

The MCP n8n API Server is designed to facilitate interaction with n8n workflows using the Model Context Protocol (MCP). It allows users to list and trigger workflows, making it a versatile tool for automation and integration tasks. The server can be installed globally, used with npx, or set up locally, providing flexibility in deployment. Configuration is straightforward, requiring only a few environment variables to connect to an n8n instance. The server is compatible with Claude AI and other MCP clients, enabling seamless integration into existing workflows and systems. With features like listing workflows and triggering them with custom data, the MCP n8n API Server is a powerful tool for developers and businesses looking to streamline their automation processes.

Features

  • List all n8n workflows
  • Trigger specific workflows with custom data
  • Integration with Claude Desktop and other MCP clients

Tools

  1. list-workflows

    List all available n8n workflows

  2. list-workflow-webhooks

    List all webhooks for a specific workflow

  3. call-webhook-get

    Calling webhook using GET request

  4. call-webhook-post

    Call webhook using POST request