[ MCP_NODE_3885 ]
n8n-mcp
CATEGORY:
Integration
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.