✨ New: pull these templates straight into Claude, Cursor & ChatGPT with our MCP server

MCP server

Give your AI assistant our Remotion templates catalog.

We expose our template library as an MCP server, so Claude, Cursor or ChatGPT can search components and fetch real source code instead of guessing.

https://www.reactvideoeditor.com/api/mcp
Browse gallery
ClaudeClaude
ChatGPTChatGPT
+ any MCP client
Get setup

Add the MCP URL to your assistant.

Pick the client you use most. The endpoint is the same; only the setup step changes.

CLI

Claude Code

Run one command and Claude can search the template catalog from your project.

terminal
claude mcp add --transport http \
  reactvideoeditor https://www.reactvideoeditor.com/api/mcp
IDE

Cursor

Register the endpoint once, then ask Cursor for real Remotion component source.

~/.cursor/mcp.json
{
  "mcpServers": {
    "reactvideoeditor": { "url": "https://www.reactvideoeditor.com/api/mcp" }
  }
}
Connector

Claude Desktop / ChatGPT

Paste the endpoint as a connector so chat can discover templates before writing code.

Settings → Connectors → Add custom connector
https://www.reactvideoeditor.com/api/mcp
Example usage

Ask for a scene. Get video back.

Once connected, ask in plain English. The assistant can search the catalog, choose a matching template, and pull the TSX into your app.

Add an animated line chart to my Remotion intro.
Find a lower-third template for a product launch video.
Show me categories for social video components.
claude — my-video-app
>Add an animated line chart to my Remotion intro.

search_templates→ line-chart, area-chart, chart-animation

get_template→ LineChart.tsx · tier: free

Added LineChart.tsx — a self-contained Remotion component, ready to drop in.

>Now give me a stat counter