[ MCP_NODE_3885 ]

n8n-mcp

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Build and manage n8n workflows directly from Claude. Includes a pre-built database with all n8n node documentation for workflow automation.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "n8n-mcp-en": {
            "description": "Build and manage n8n workflows directly from Claude. Includes a pre-built database with all n8n node documentation for workflow automation.",
            "command": "npx",
            "args": [
                "-y",
                "n8n-mcp"
            ],
            "env": {
                "MCP_MODE": "stdio"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.