Servers
n8n-mcp-server
@S17S17
A Model-Controller-Provider (MCP) server implementation for n8n workflow automation
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"n8n-mcp-server-s17s17": {
"command": "docker",
"args": [
"build",
"-t",
"n8n-mcp-server",
"."
]
}
}
}