n8n-mcp-server-rust

n8n-mcp-server-rust

2

n8n-server-example is an MCP server built entirely in Rust to facilitate interaction with the automation tool n8n. It offers comprehensive features for managing executions, workflows, and tags.

n8n-server-example

An MCP server in 100% Rust for talking to n8n.

Features

Executions

  • Retrieve all executions
  • Retrieve an execution by ID
  • Delete an execution

Workflows

  • Create workflow
  • Retrieve all workflows
  • Retrieve workflow by ID
  • Delete a workflow
  • Update a workflow
  • Activate a workflow
  • Deactivate a workflow
  • Get workflow tags
  • Update workflow tags
  • Run a workflow (that has a webhook trigger node at the start)

Tags

  • Retrieve all tags
  • Retrieve tag by ID
  • Create tag
  • Update tag by ID
  • Delete tag by ID