n8n-mcp.md

n8n MCP

from"n8n-io"
980

n8n workflow automation integration

Productivity
n8nautomationworkflowsselfhosted
install.sh
# Clone the repository
$git clone https://github.com/n8n-io/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve