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.Run in your terminal:
claude mcp add transloadit-node-sdk -- npx Transcripts, channel stats, search
by YouTubeAI image generation using various models.
by modelcontextprotocolUnified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
by gpu-bridgeA powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,
by hamflxNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs