leonardsellem/n8n-mcp-server
n8n-mcp-server is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of n8n-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that allows AI assistants to interact with n8n workflows through natural language.
Try n8n-mcp-server with chat:
Tools
Functions exposed to the LLM to take actions
list_workflows
Retrieve a list of all workflows available in n8n
get_workflow
Retrieve a specific workflow by ID
create_workflow
Create a new workflow in n8n
update_workflow
Update an existing workflow in n8n
delete_workflow
Delete a workflow from n8n
activate_workflow
Activate a workflow in n8n
deactivate_workflow
Deactivate a workflow in n8n
list_executions
Retrieve a list of workflow executions from n8n
get_execution
Retrieve detailed information about a specific workflow execution
delete_execution
Delete a specific workflow execution from n8n
run_webhook
Execute a workflow via webhook with optional input data
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client
n8n Workflows
URI: n8n://workflows
MIME: application/json
List of all workflows in the n8n instance with their basic information
n8n Execution Statistics
URI: n8n://execution-stats
MIME: application/json
Summary statistics of workflow executions including success rates, average duration, and trends