HomeDesign & Media › Transloadit Media Processing

Transloadit Media Processing

Process video, audio, images, and documents with 86+ cloud media processing robots.

TypeScript CloudLocal macOSWindowsLinux Remote
★ 73 stars Last pushed 2026-09-23 License: MIT

Topics: Multimedia Process

Connect

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

Remote (streamable-http)

https://api2.transloadit.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http node-sdk https://api2.transloadit.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "node-sdk": {
      "url": "https://api2.transloadit.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer token obtained via the authenticate tool, or set TRANSLOADIT_KEY and TRANSLOADIT_SECRET env vars with the self-hosted package instead

Package (npm 0.3.9)

npx -y @transloadit/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "node-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@transloadit/[email protected]"
      ],
      "env": {
        "TRANSLOADIT_KEY": "<YOUR_VALUE>",
        "TRANSLOADIT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • TRANSLOADIT_KEY required — Your Transloadit Auth Key from https://transloadit.com/c/-/api-credentials
  • TRANSLOADIT_SECRET required secret — Your Transloadit Auth Secret from https://transloadit.com/c/-/api-credentials

This server takes extra arguments — see its repository.

Related servers

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

Data from the Official MCP Registry