Transloadit media processing through MCP, covering video, images, documents, OCR, and speech transcription.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.
npx -y @transloadit/mcp-serverNo response to initialize.
This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 7d ago.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Node Sdk.
The transloadit/node-sdk MCP server connects MCP-compatible AI clients with Transloadit’s media-processing platform. It is part of the Transloadit JavaScript/TypeScript SDK monorepo and is published as the @transloadit/mcp-server package.
The advertised processing scope covers more than 86 Transloadit Robots. Supported task areas include video encoding such as HLS, H.264, and VP9; image operations such as resizing, watermarking, and smart cropping; document conversion; OCR; and speech transcription. The supplied material does not provide a complete list of MCP tool names or their individual parameters, so tool-level behavior should be checked in the package documentation.
The transloadit/node-sdk MCP server supports both Streamable HTTP and stdio transports. That makes it suitable for a locally launched MCP process or for a hosted deployment, depending on how it is configured. The repository description also identifies npx as the route for self-hosting.
Processing is provided by Transloadit rather than by local media libraries described in this repository excerpt. The broader SDK demonstrates Transloadit authentication with an auth key and auth secret, then creates an assembly containing processing steps and uploaded files. The MCP-specific setup and tool documentation are located in packages/mcp-server/README.md.
The package is listed in the monorepo as @transloadit/mcp-server. A local installation can be launched with npx using that package name. The exact MCP client configuration, transport selection, and authentication settings are not included in the supplied excerpt, so consult the MCP package README before deploying it.
The Node SDK quick start uses TRANSLOADIT_KEY and TRANSLOADIT_SECRET for Transloadit credentials. These names are the available credential references in the provided material, although the excerpt does not explicitly map them to every MCP transport or deployment mode.
The transloadit/node-sdk MCP server is intended for agent-driven media processing through Transloadit. The documented capability areas are:
These capabilities describe the available processing domains, not a guaranteed one-to-one list of MCP tools. The repository excerpt does not state whether every Robot is exposed individually or through a smaller set of assembly-oriented operations.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/transloadit-node-sdk)<a href="https://allmcps.com/mcp/transloadit-node-sdk"><img src="https://allmcps.com/api/badge/transloadit-node-sdk?style=directory" alt="Node Sdk on AllMCPs" /></a>