N8n
Freeby MCP Community
Integration between n8n workflow automation and Model Context Protocol (MCP)
v2.47.6Added Apr 12, 2026
n8nmcpmodel-context-protocolaiworkflow
N8n MCP Server
Integration between n8n workflow automation and Model Context Protocol (MCP)
Installation
npx -y n8n-mcp
Reviews
Installation
Quick install
npx -y n8n-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": ["-y", "n8n-mcp"]
}
}
}