Overview
Features
Natural language bridge between AI and n8n
Enables AI assistants to control n8n workflows through natural language prompts, bridging conversational AI with the n8n API.
Workflow management tools
Workflow lifecycle operations: list, get, create, update, delete, activate, deactivate workflows.
Execution management tools
Execution controls: run, stop, list, get executions for workflows.
Webhook-based execution
Run workflows via webhooks using the run_webhook tool, with optional webhook authentication.
Authentication and security
Configurable with N8N_API_URL, N8N_API_KEY, and optional N8N_WEBHOOK_USERNAME/N8N_WEBHOOK_PASSWORD.
Resource endpoint mappings
Provided endpoints such as n8n://workflows/list, n8n://workflow/{id}, n8n://executions/{workflowId}, and n8n://execution/{id} for reference in prompts.
AI assistant integration ready
Guidance and examples for integrating with AI assistants (e.g., VS Code, Claude) and running the built server file.
Flexible deployment options
Supports npm installation, building from source, or Docker deployment for different environments.
Who Is This For?
- AI assistants:Interact with and control n8n workflows via natural language commands.
- Developers:Integrate AI-enabled workflow management into apps and assistants via MCP server.




