N8n Mcp Server Rust
About
An MCP server written in Rust for interacting with n8n, a workflow automation platform. It allows management of executions, workflows, and tags via the Model Context Protocol.
Details
- Author
- joshua-mo-143
- GitHub stars
- 8
- Downloads
- 1,111
- Categories
- Other, Automation
Jump to
- Retrieve, create, update, and delete workflows and executions.
- Activate and deactivate workflows programmatically.
- Manage workflow tags: get, update, create, delete.
- Run workflows that have a webhook trigger node at the start.
- Retrieve all tags and tags by ID.
—
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 executionWorkflows
- [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 IDSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


