- Explore MCP Servers
- n8n-mcp-server-rust
N8n Mcp Server Rust
What is N8n Mcp Server Rust
n8n-mcp-server-rust is an MCP server developed entirely in Rust, designed to facilitate communication with n8n, an open-source workflow automation tool.
Use cases
Use cases include automating data processing workflows, integrating multiple APIs, managing complex business logic, and orchestrating tasks across different services using n8n.
How to use
To use n8n-mcp-server-rust, set up the server environment, configure it to connect with n8n, and utilize its API endpoints to manage workflows, executions, and tags as per your automation needs.
Key features
Key features include the ability to create, retrieve, update, activate, and delete workflows; manage executions; and handle tags effectively, all through a RESTful API interface.
Where to use
n8n-mcp-server-rust can be used in various fields such as software development, data integration, automation of business processes, and any scenario that requires workflow management and automation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is N8n Mcp Server Rust
n8n-mcp-server-rust is an MCP server developed entirely in Rust, designed to facilitate communication with n8n, an open-source workflow automation tool.
Use cases
Use cases include automating data processing workflows, integrating multiple APIs, managing complex business logic, and orchestrating tasks across different services using n8n.
How to use
To use n8n-mcp-server-rust, set up the server environment, configure it to connect with n8n, and utilize its API endpoints to manage workflows, executions, and tags as per your automation needs.
Key features
Key features include the ability to create, retrieve, update, activate, and delete workflows; manage executions; and handle tags effectively, all through a RESTful API interface.
Where to use
n8n-mcp-server-rust can be used in various fields such as software development, data integration, automation of business processes, and any scenario that requires workflow management and automation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
n8n-server-example
An MCP server in 100% Rust for talking to n8n.
Features
Executions
- [x] Retrieve all executions
- [x] Retrieve an execution by ID
- [x] Delete an execution
Workflows
- [x] Create workflow
- [x] Retrieve all workflows
- [x] Retrieve workflow by ID
- [x] Delete a workflow
- [x] Update a workflow
- [x] Activate a workflow
- [x] Deactivate a workflow
- [x] Get workflow tags
- [x] Update workflow tags
- [x] Run a workflow (that has a webhook trigger node at the start)
Tags
- [x] Retrieve all tags
- [x] Retrieve tag by ID
- [x] Create tag
- [x] Update tag by ID
- [x] Delete tag by ID
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










