n8n_MCP_server_complete
If you are the rightful owner of n8n_MCP_server_complete 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 for managing n8n workflows within LLMs and AI agents.
The n8n MCP Server is a specialized server that facilitates the integration of n8n workflows with language models and AI agents through the Smithery Model Context Protocol. This server allows users to list, view, execute, and monitor n8n workflows seamlessly. It provides a MCP-compatible interface, enabling AI agents to interact with n8n workflows efficiently. The server is designed to be easily configurable and supports various deployment methods, including Docker and NPX. It requires Node.js and an n8n instance with API access. The server is particularly useful for developers and organizations looking to automate and manage workflows directly from AI platforms.
Features
- List available workflows from n8n
- View workflow details
- Execute workflows
- Monitor workflow executions
- Pass parameters to workflows
Tools
n8n_list_workflows
List all workflows in the n8n instance
n8n_get_workflow
Get details of a specific workflow
n8n_execute_workflow
Execute an n8n workflow
n8n_get_executions
Get execution history for a workflow
n8n_activate_workflow
Activate a workflow
n8n_deactivate_workflow
Deactivate a workflow