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/mcpPick the client you use most. The endpoint is the same; only the setup step changes.
Run one command and Claude can search the template catalog from your project.
claude mcp add --transport http \
reactvideoeditor https://www.reactvideoeditor.com/api/mcpRegister the endpoint once, then ask Cursor for real Remotion component source.
{
"mcpServers": {
"reactvideoeditor": { "url": "https://www.reactvideoeditor.com/api/mcp" }
}
}Paste the endpoint as a connector so chat can discover templates before writing code.
https://www.reactvideoeditor.com/api/mcpOnce connected, ask in plain English. The assistant can search the catalog, choose a matching template, and pull the TSX into your app.
⎿search_templates→ line-chart, area-chart, chart-animation
⎿get_template→ LineChart.tsx · tier: free
>Now give me a stat counter