docs/WINDSURF_SETUP.md
Connect n8n-MCP to Windsurf IDE for enhanced n8n workflow development with AI assistance.
Watch the complete setup process: n8n-MCP Windsurf Setup Tutorial
Copy the configuration from this repository and add it to your MCP config:
Basic configuration (documentation tools only):
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": ["n8n-mcp"],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true"
}
}
}
}
Full configuration (with n8n management tools):
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": ["n8n-mcp"],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true",
"N8N_API_URL": "https://your-n8n-instance.com",
"N8N_API_KEY": "your-api-key"
}
}
}
}
https://your-n8n-instance.com with your actual n8n URLyour-api-key with your n8n API key.windsurfrules file in your project root