loading…
Search for a command to run...
loading…
Agent-native media processing via Transloadit's 86+ Robots: video encoding (HLS, H.264, VP9), image manipulation (resize, watermark, smart crop), document conve
Agent-native media processing via Transloadit's 86+ Robots: video encoding (HLS, H.264, VP9), image manipulation (resize, watermark, smart crop), document conversion, OCR, speech transcription, and more. Hosted or self-hosted via npx.
Monorepo for Transloadit SDKs, shared packages, and the MCP server.
@transloadit/node — Node.js SDK + CLI. See packages/node/README.md.transloadit — Stable unscoped package (built from @transloadit/node).@transloadit/mcp-server — MCP server (Streamable HTTP + stdio). See packages/mcp-server/README.md.@transloadit/types — Shared TypeScript types.@transloadit/utils — Shared utilities.@transloadit/zod — Zod schemas for Transloadit APIs.import { Transloadit } from '@transloadit/node'
const client = new Transloadit({
authKey: process.env.TRANSLOADIT_KEY as string,
authSecret: process.env.TRANSLOADIT_SECRET as string,
})
const result = await client.createAssembly({
params: {
steps: {
':original': { robot: '/upload/handle' },
},
},
files: { file: '/path/to/file.jpg' },
waitForCompletion: true,
})
See packages/mcp-server/README.md for MCP setup, auth, and tool docs.
corepack yarncorepack yarn checkcorepack yarn workspace @transloadit/node test:unitdocs/ (non-MCP).transloadit package is prepared via scripts/prepare-transloadit.ts.packages/transloadit/ stay in sync with @transloadit/node.corepack yarn parity:transloadit.from
Run in your terminal:
claude mcp add transloadit-node-sdk -- npx Yes, transloadit/node-sdk MCP is free — one-click install via Unyly at no cost.
No, transloadit/node-sdk runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open transloadit/node-sdk on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
pro tip
Just installed transloadit/node-sdk? Say to Claude: "remember why I installed transloadit/node-sdkand what I want to try" — it'll save into your Vault.
how this works →CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.