Skip to main content
The Autorender MCP server exposes your media tools to AI models such as Claude over the Model Context Protocol (MCP). A connected model can upload, manage, and transform assets in your Autorender workspace on its own.
The Autorender MCP server is in an experimental stage. Expect frequent updates and breaking changes as we refine the interface.
Autorender hosts the MCP server. There’s nothing to install and no local process to run — you point your client at one URL and authorize with your API key.
This is a Streamable HTTP endpoint, the standard transport for remote MCP connections. Most clients handle authorization through a browser redirect on first use.

Client setup

Each tab below carries the exact config for one client. Use the connection URL https://api-mcp.autorender.io/sse in every case.
Run in your terminal:
Restart Claude Code. Authorization happens on the first tool call.

Headless environments (CI, servers)

Where no browser is available to complete the authorization redirect, send your API key as a Bearer token on the connection instead:
Create the key first — see Create an API Key. Store it as process.env.AUTORENDER_API_KEY and never hardcode it in a committed config file.

Authorization

On first connection you are redirected to the Autorender authorization page: MCP Authorization Enter your Autorender API key from Dashboard Settings. If you don’t have a key yet, see Create an API Key.

Available tools

The MCP server exposes 13 tools across three categories.

Files

Multipart upload

For large files, in a three-step flow: start → upload parts → complete.

Folders

Why use the MCP server?

  • AI-driven transformations — the model picks the crop, effect, or format from context.
  • No boilerplate — skip the API integration layer for common media tasks.
  • Interactive testing — chat with your media library to experiment with transformation strings.

Next steps

Create an API key

Generate the key your MCP client authorizes with.

API reference

The same upload and file operations, called directly over HTTP.