n8n-io-mcp-server

NumicaTech/n8n-io-mcp-server

3.3

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

The n8n MCP Server is a Model Context Protocol server designed to facilitate the discovery and exploration of public n8n workflow templates from the n8n community gallery.

The n8n MCP Server is a specialized server that leverages the Model Context Protocol to provide seamless access to a vast library of public workflow templates available on n8n.io. This server is particularly useful for AI assistants and developers who need to search and retrieve workflow templates without the need for a personal n8n instance or credentials. By connecting to the public n8n API, the server offers tools for searching and retrieving detailed workflow information, making it an invaluable resource for those looking to integrate or explore n8n workflows. The server is built using the mcp-framework, ensuring a structured and efficient approach to handling requests and delivering results. With features like caching for performance optimization and a focus on community-shared templates, the n8n MCP Server stands out as a robust solution for workflow template discovery.

Features

  • Template Discovery: Search through the entire n8n community template library.
  • Search Capability: Search across workflow names, descriptions, and node types.
  • Detailed Retrieval: Get complete workflow definitions including nodes, connections, and configurations.
  • Performance Optimization: Caching for improved search performance and reduced API calls.
  • Community Focus: Access to thousands of public workflow templates shared by the n8n community.

Usages

npx with Claude Desktop

{
  "mcpServers": {
    "n8n-io-mcp-server": {
      "command": "npx",
      "args": ["-y", "@numica/n8n-io-mcp-server@latest"]
    }
  }
}

npx with VS Code

{
  "mcp": {
    "servers": {
      "n8n-io-mcp-server": {
        "command": "npx",
        "args": ["-y", "@numica/n8n-io-mcp-server@latest"]
      }
    }
  }
}

Tools

  1. search-templates

    Search n8n workflow templates by names, descriptions, and node types.

  2. get-template

    Retrieve complete details for a specific workflow template, including nodes and connections.