n8n
Build, manage, and execute n8n workflows — search nodes, validate workflows, and monitor executions via MCP
Details
Categoryproductivity
Environment
N8N_API_URLCredentialsn8n
Content Preview
---
name: n8n
description: Build, manage, and execute n8n workflows — search nodes, validate workflows, and monitor executions via MCP
version: 1.0.0
author: chvor
type: tool
category: productivity
icon: zap
tags:
- n8n
- workflow
- automation
- integrations
- no-code
- mcp
- nodes
- executions
- triggers
mcp:
command: npx
args: ["n8n-mcp"]
transport: stdio
env:
N8N_API_URL: "{{env.N8N_API_URL}}"
N8N_API_KEY: "{{credentials.n8n}}"
MCP_MODE: "stdio"
LOG_LEVEL: "error"
DISABLE_CONSOLE_OUTPUT: "true"
requires:
credentials:
- n8n
env:
- N8N_API_URL
---
You have access to n8n workflow automation tools via MCP.
## Available MCP Tools
### Documentation & Discovery
- **search_nodes** — Search n8n nodes by name, description, or category
- **get_node** — Get full documentation for a specific node (properties, operations, fields)
- **tools_documentation** — Browse the complete n8n node reference
### Workflow Management (requires API key)
- **workflow_list** — List all workflows in your n8n instance
- **workflow_get** — Get a workflow by ID with full node configuration
- **workflow_create** — Create a new workflow from a JSON definition
- **workflow_update** — Update an existing workflow
- **workflow_delete** — Delete a workflow
- **workflow_activate** / **workflow_deactivate** — Toggle workflow active state
### Execution & Testing
- **workflow_execute** — Run a workflow and return execution results
- **execution_list** — List