mcp-n8n-workflow-builder
The n8n Workflow Builder MCP Server allows users to create and manage n8n workflows through conversational AI, eliminating the need for manual JSON editing.
The n8n Workflow Builder MCP Server revolutionizes workflow automation by enabling users to build and manage n8n workflows using natural language. This server integrates with Claude AI and Cursor IDE, allowing users to describe their workflow needs conversationally, which significantly reduces the time and effort required for manual workflow building. With this solution, users can avoid complex JSON editing and streamline their development process without switching between different interfaces. By leveraging AI capabilities, the server addresses common challenges faced by developers, such as the tediousness of managing multiple n8n environments and the steep learning curve associated with traditional workflow building. This innovative approach empowers users to focus on their creative ideas rather than getting bogged down by technical details.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-n8n-workflow-builder": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-n8n-workflow-builder"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions