https://github.com/joshua-mo-143/n8n-mcp-server-rust
An MCP server that can use n8n.
https://github.com/joshua-mo-143/n8n-mcp-server-rust
Last synced: 5 months ago
JSON representation
An MCP server that can use n8n.
- Host: GitHub
- URL: https://github.com/joshua-mo-143/n8n-mcp-server-rust
- Owner: joshua-mo-143
- Created: 2025-04-01T17:46:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T17:51:00.000Z (8 months ago)
- Last Synced: 2025-06-27T10:05:40.101Z (5 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **n8n-mcp-server-rust** - An MCP server that can use n8n. `rust` `mcp` `server` `cargo install --git https://github.com/joshua-mo-143/n8n-mcp-server-rust` (🔧 Utilities)
README
## 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