Skip to content
Back to search
30
MCP

@rxap/n8n-nodes-file

n8n/@rxap/n8n-nodes-file

This package provides an n8n node to calculate the hash of a file. It supports various hash algorithms like SHA-256, MD5, and SHA-1. The node takes a binary file as input and outputs the calculated hash value.

Uptime
0.0%
19 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@rxap/n8n-nodes-yaml
This n8n node allows you to convert data to and from YAML format. It supports operations like extracting data from YAML, converting to YAML,
0 tools
@rxap/n8n-nodes-cache
This package provides a cache node for n8n workflows, allowing users to cache items using a MinIO client. It supports both reading from and
0 tools
@beltar/n8n-nodes-extract-archive
n8n node to extract ZIP and RAR archive files. Supports binary data or file path input.
0 tools
@rxap/n8n-nodes-tar
n8n community node ``@rxap/n8n-nodes-tar`` — integration package loadable inside n8n workflows.
0 tools
n8n-nodes-file-type-detector
n8n node for detecting file types using magic bytes analysis
0 tools
@luka-cat-mimi/n8n-nodes-bcryptjs
n8n community node package that provides bcryptjs password hashing and verification functionality with full async operations support
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@rxap/n8n-nodes-file": {
      "url": "None",
      "transport": "http"
    }
  }
}