MCP Directory
Back

n8n-nodes-mcp

by nerding-io · TypeScript · ★ 3,020

n8n custom node for MCP

Install

npx -y github:nerding-io/n8n-nodes-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "n8n-nodes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:nerding-io/n8n-nodes-mcp"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/bd76f121-1c8f-4f5d-9c65-1eac5d81b6af) > **Important Note:** > The Server-Sent Events (SSE) transport is deprecated and replaced by the new HTTP Streamable transport. SSE remains available for legacy compatibility, but HTTP Streamable is now the recommended method for all new implementations. This is an n8n community node that lets you interact with Model Context Protocol (MCP) servers in your n8n workflows. MCP is a protocol that enables AI models to interact with external tools and data sources in a standardized way. This node allows you to connect to MCP servers, a…
Read full README on GitHub →

Related other servers