imthebreezy247/n8n-mcp-server
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 dayong@mcphub.com.
The N8N MCP Server is a Model Context Protocol server designed for n8n workflow automation, enabling AI assistants to programmatically manage workflows.
Tools
Functions exposed to the LLM to take actions
create_workflow
Create a new n8n workflow with nodes and connections.
list_workflows
List all workflows in your n8n instance.
get_workflow
Get detailed information about a specific workflow.
activate_workflow
Activate or deactivate a workflow.
execute_workflow
Manually trigger a workflow execution.
get_executions
Get execution history for workflows.
update_workflow
Update an existing workflow's configuration.
delete_workflow
Delete a workflow permanently.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client