n8n-mcp-server-rust

joshua-mo-143/n8n-mcp-server-rust
★ 6 stars Rust 📦 Other Updated 2mo ago
An MCP server that can use n8n.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-mcp-server-rust": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "n8n-mcp-server-rust"
      ]
    }
  }
}