loading…
Search for a command to run...
loading…
Official Transloadit MCP server for AI agents. Process video, images, documents, and audio through 80+ media processing robots. Encode HLS video, resize images,
Official Transloadit MCP server for AI agents. Process video, images, documents, and audio through 80+ media processing robots. Encode HLS video, resize images, extract text with OCR, generate thumbnails, run FFmpeg commands, and more — all from your AI assistant. Supports Claude, Cursor, VS Code Copilot, Gemini CLI, and any MCP-compatible client.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"transloadit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"kvz/transloadit-mcp-server"
]
}
}
}