MCP Server
MCP
Transloadit Media Processing
Process video, audio, images, and documents with 86+ cloud media processing robots.
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
By
Comments
Sign in to leave a comment