MCP Server
The Transloadit MCP server lets agents call Transloadit tools directly (create Assemblies, list Templates, upload inputs, etc). It works with stdio-based clients and streamable HTTP deployments.
Quick start (stdio)
npx -y @transloadit/mcp-server stdio
Quick start (HTTP)
npx -y @transloadit/mcp-server http --host 127.0.0.1 --port 5723
Documentation
For client setup instructions (Claude, Codex, Gemini, Cursor) and hosted vs local notes, see the README.
Using MCP with /ai/chat
If your /ai/chat steps call a Transloadit-hosted MCP server, you can set auth: "transloadit" in
mcp_servers to let API2 auto-auth and inject a short-lived Bearer token. For details, see the
/ai/chat robot docs.