n8n-mcp-server
n8n-mcp-server is hosted online, so all tools can be tested directly either in theTools 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@mcpreview.com.
A Model Context Protocol (MCP) server that allows AI assistants to interact with n8n workflows through natural language.
list_workflows
Retrieve a list of all workflows available in n8n
Try it
Result:
get_workflow
Retrieve a specific workflow by ID
Try it
Result:
create_workflow
Create a new workflow in n8n
Try it
Result:
update_workflow
Update an existing workflow in n8n
Try it
Result:
delete_workflow
Delete a workflow from n8n
Try it
Result:
activate_workflow
Activate a workflow in n8n
Try it
Result:
deactivate_workflow
Deactivate a workflow in n8n
Try it
Result:
list_executions
Retrieve a list of workflow executions from n8n
Try it
Result:
get_execution
Retrieve detailed information about a specific workflow execution
Try it
Result:
delete_execution
Delete a specific workflow execution from n8n
Try it
Result:
run_webhook
Execute a workflow via webhook with optional input data