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.
The n8n MCP Server is a Model Context Protocol server designed to facilitate interaction between AI assistants and n8n workflows. It serves as a bridge, enabling AI assistants to manage and control n8n workflows and executions using natural language commands. This server supports various installation methods, including npm and Docker, and offers tools for workflow and execution management. It is a community-driven project, encouraging contributions and feedback to enhance its capabilities.
Features
- Seamless integration with n8n workflows using natural language
- Supports installation via npm and Docker
- Comprehensive workflow and execution management tools
- Community-driven with an open roadmap for future enhancements
- Environment variable configuration for flexible setup
Tools
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