n8n Workflow Builder MCP Server

by makafeli
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
N8N_HOSTYesYour n8n API host URL
N8N_API_KEYYesYour n8n API key

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Workflows ListList of all available workflows
Execution StatisticsSummary statistics of workflow executions

Tools

Functions exposed to the LLM to take actions

NameDescription
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