MCP ExplorerExplorer

N8n Mcp Server Rust

@joshua-mo-143on a year ago
3 MIT
FreeCommunity
AI Systems
An MCP server that can use n8n.

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.

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers