← Back to Plugins
MCP Server MCP

Transloadit Media Processing

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @transloadit/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api2.transloadit.com/mcp",
      "headers": [
        {
          "description": "Bearer token obtained via the authenticate tool, or set TRANSLOADIT_KEY and TRANSLOADIT_SECRET env vars with the self-hosted package instead",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@transloadit/mcp-server",
      "version": "0.3.9",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Transport mode for the MCP server",
          "value": "stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Transloadit Auth Key from https://transloadit.com/c/-/api-credentials",
          "isRequired": true,
          "name": "TRANSLOADIT_KEY"
        },
        {
          "description": "Your Transloadit Auth Secret from https://transloadit.com/c/-/api-credentials",
          "isRequired": true,
          "isSecret": true,
          "name": "TRANSLOADIT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...