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 (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 (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 (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 (Execution ID), includeData (Include detailed data)

delete_execution

Delete a workflow execution record. Parameters: id (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 (Audit configuration)

Last Updated: April 8, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Try it now in
HighlightHighlight AI

语言

TypeScript

分类