Servers
n8n Workflow Builder MCP Server
@makafeli
AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"n8n-workflow-builder": {
"command": "npx",
"args": [
"@makafeli/n8n-workflow-builder"
]
}
}
}