← Index

Transloadit Media Processing

io.github.transloadit/mcp-server·v0.3.9·Image, Video & Audio
Quality Score
89
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api2.transloadit.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@transloadit/mcp-server"
      ],
      "env": {
        "TRANSLOADIT_KEY": "<transloadit_key>",
        "TRANSLOADIT_SECRET": "<your-transloadit_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@transloadit/mcp-server"
      ],
      "env": {
        "TRANSLOADIT_KEY": "<transloadit_key>",
        "TRANSLOADIT_SECRET": "<your-transloadit_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @transloadit/mcp-server
§02  Environment variables
TRANSLOADIT_KEY
required

Your Transloadit Auth Key from https://transloadit.com/c/-/api-credentials

TRANSLOADIT_SECRET
requiredsecret

Your Transloadit Auth Secret from https://transloadit.com/c/-/api-credentials

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Image, Video & Audio