n8n Workflow Builder MCP Server
by makafeli
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
N8N_HOST | Yes | Your n8n API host URL | |
N8N_API_KEY | Yes | Your n8n API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Workflows List | List of all available workflows |
Execution Statistics | Summary statistics of workflow executions |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_workflows | List all workflows from n8n |
create_workflow | Create a new workflow in n8n |
get_workflow | Get a workflow by ID |
update_workflow | Update an existing workflow |
delete_workflow | Delete a workflow by ID |
activate_workflow | Activate a workflow by ID |
deactivate_workflow | Deactivate a workflow by ID |
list_executions | List all executions from n8n with optional filters |
get_execution | Get details of a specific execution by ID |
delete_execution | Delete an execution by ID |