MCP Directory
Back

N8N2MCP

by Super-Chain · HTML · ★ 131

Convert N8N agent / workflow into MCP servers, you can use it in Claude / Cursor / Super Chain

#mcp#mcp-server#n8n#n8n-workflow

Install

git clone https://github.com/Super-Chain/N8N2MCP.git

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": {
    "n8n2mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:Super-Chain/N8N2MCP"
      ]
    }
  }
}

From the README

A comprehensive platform that converts N8N workflows into Model Context Protocol (MCP) servers, enabling seamless integration with AI assistants like Claude, Cursor, and other MCP-compatible platforms. Build powerful automation tools using N8N's visual workflow editor and deploy them as callable AI functions. 1. Copy the N8N template link/JSON from any workflow 2. Map your credentials through our intuitive interface 3. Deploy with one click! **Your N8N workflow gets deployed and creates a local hosted MCP server. Just paste the server URL into Claude, Cursor, Super Chain, or any MCP-…
Read full README on GitHub →

Related ai & ml servers