What is the Transloadit Media Processing MCP server?
Process video, audio, images, and documents with 86+ cloud media processing robots.
How to install Transloadit Media Processing
Copy-paste configuration for popular MCP clients.
TRANSLOADIT_KEYrequiredYour Transloadit Auth Key from https://transloadit.com/c/-/api-credentials
TRANSLOADIT_SECRETrequiredsecretYour Transloadit Auth Secret from https://transloadit.com/c/-/api-credentials
AuthorizationsecretBearer token obtained via the authenticate tool, or set TRANSLOADIT_KEY and TRANSLOADIT_SECRET env vars with the self-hosted package instead
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<YOUR_TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<YOUR_TRANSLOADIT_SECRET>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<YOUR_TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<YOUR_TRANSLOADIT_SECRET>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<YOUR_TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<YOUR_TRANSLOADIT_SECRET>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<YOUR_TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<YOUR_TRANSLOADIT_SECRET>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add mcp-server --env TRANSLOADIT_KEY=<YOUR_TRANSLOADIT_KEY> --env TRANSLOADIT_SECRET=<YOUR_TRANSLOADIT_SECRET> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @transloadit/mcp-server stdioRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.