n8n-mcp-server-rust
If you are the rightful owner of n8n-mcp-server-rust 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.
An MCP server in 100% Rust for talking to n8n.
The n8n-server-example is a Model Context Protocol (MCP) server developed entirely in Rust, designed to facilitate communication with the n8n automation tool. This server provides a robust interface for managing and interacting with n8n's executions, workflows, and tags. By leveraging the power of Rust, the server ensures high performance and safety, making it an ideal choice for developers looking to integrate n8n into their systems. The server supports a wide range of operations, from creating and managing workflows to handling tags and executions, providing a comprehensive solution for automation needs.
Features
- Retrieve and manage executions, including retrieval by ID and deletion.
- Comprehensive workflow management, including creation, retrieval, updating, activation, and deactivation.
- Tag management capabilities, including creation, retrieval, updating, and deletion.
- Ability to run workflows with webhook trigger nodes.
- Efficient and safe operations due to Rust's performance and safety features.