Are you the author? Sign in to claim
Transloadit's official Node.js SDK
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.Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows