HomeFile Systems › transfa

transfa

Upload any file, get a signed link. SHA-256 verified, TTL-enforced, no account required.

TypeScript Cloud
★ 20 stars Last pushed 2026-05-15 License: MIT

Topics: File Systems

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "transfa": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TRANSFA_API_KEY": "<YOUR_VALUE>",
        "TRANSFA_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • TRANSFA_API_KEY secret — Your Transfa API key. Free at transfa.sh — leave empty for guest mode (10 MB limit).
  • TRANSFA_BASE_URL — Custom Transfa instance URL for self-hosted deployments. Defaults to https://transfa.sh

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry