MrBozkay/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 professional Model Context Protocol server designed to manage n8n workflows programmatically, enabling seamless integration with AI assistants like Claude and GPT.
Tools
Functions exposed to the LLM to take actions
create_workflow
Create a new n8n workflow.
get_workflow
Retrieve a specific workflow by ID.
list_workflows
List workflows with optional filters.
search_workflows
Search workflows by name or tags.
update_workflow
Update an existing workflow.
delete_workflow
Delete a workflow.
activate_workflow
Activate a workflow to make it run automatically.
deactivate_workflow
Deactivate a workflow to stop automatic execution.
health_check
Check n8n API connection health.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client