n8n-mcp.md

n8n MCP

from"n8n"
980

Integrate with n8n workflow automation for 300+ service connections

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