Use this file to discover all available pages before exploring further.
The Hera MCP server lets AI assistants generate motion graphics videos on your behalf. It exposes the same capabilities as the REST API, but through the standardized Model Context Protocol — so your AI tools can call Hera directly.
Install in CursorTo open Cursor and automatically add the Hera MCP, click install. Alternatively, add the following to your .cursor/mcp.json file in your project:
Install in VS CodeTo open VS Code and automatically add the Hera MCP, click install. Alternatively, add the following to your .vscode/mcp.json file in your project:
MCP is an open protocol supported by many clients. Use the server URL https://mcp.hera.video/mcp and pass your API key via the x-api-key header. For example, a client might accept the following configuration:
Retrieves the status and download URLs for a video job.Parameters:
Parameter
Type
Required
Description
video_id
string
Yes
The video ID returned by create_video.
Returns:video_id, status (in-progress, success, or failed), project_url, and an outputs array with individual status, download URL, config, and error (if any).
Uploads a remote file to Hera’s CDN for use as model input. For local files, pass the local path and the tool will return a ready-to-use curl command.Parameters:
Parameter
Type
Required
Description
url
string
Yes
HTTP or HTTPS URL of the file to upload. For local files, pass the path to get a curl command.
file_name
string
No
Custom filename (e.g. logo.png). Inferred from the URL if omitted.
Supported types: images (PNG, JPEG, GIF, SVG, WebP, BMP), videos (MP4, MPEG, WebM, MOV, AVI, FLV, MPG, WMV, 3GP), audio (MP3, WAV, AAC), fonts (TTF, OTF, EOT, WOFF, WOFF2), and CSV. Max size: 10 MB.Returns:url — the hosted URL to pass to create_video fields like reference_image_url, reference_image_urls, reference_video_url, or assets.
Looking for support or have questions? Email us at [email protected].
⌘I
Assistant
Responses are generated using AI and may contain mistakes.