MCPServers
n

n8n Workflow Builder MCP Server

158
0

Summary

A server for programmatically creating and managing n8n workflows with a REST API interface, supporting workflow creation, validation, and export.

Available Actions(15)

list_workflows

List all workflows from your n8n instance. Parameters: None

get_workflow

Retrieve detailed information about a specific workflow. Parameters: id (string): Workflow ID

create_workflow

Create a new workflow with nodes and connections. Parameters: workflow (object): Workflow object

execute_workflow

Manually execute a workflow. Parameters: id (string): Workflow ID

update_workflow

Update an existing workflow's configuration. Parameters: id (string): Workflow ID, workflow (object): Updated workflow object

activate_workflow

Activate a workflow to enable automatic execution. Parameters: id (string): Workflow ID

deactivate_workflow

Deactivate a workflow to stop automatic execution. Parameters: id (string): Workflow ID

delete_workflow

Permanently delete a workflow. Parameters: id (string): Workflow ID

create_workflow_and_activate

Create a new workflow and immediately activate it. Parameters: workflow (object): Workflow object

list_executions

List workflow executions with filtering and pagination. Parameters: includeData, status, workflowId, projectId, limit, cursor

get_execution

Get detailed information about a specific execution. Parameters: id (string): Execution ID, includeData (boolean): Include detailed data

delete_execution

Delete a workflow execution record. Parameters: id (string): Execution ID

list_tags

List all workflow tags with pagination. Parameters: limit, cursor

create_tag

Create a new workflow tag for organization. Parameters: name (string): Tag name

generate_audit

Generate comprehensive security audit report. Parameters: additionalOptions (object): Audit configuration

Last Updated: April 8, 2025

Reseñas de la Comunidad

0.0
0 reseñas
5
0
4
0
3
0
2
0
1
0

Aún no hay reseñas. ¡Sé el primero en reseñar!

Inicia sesión para unirte a la conversación

Try it now in
HighlightHighlight AI

Lenguaje

TypeScript

Categorías