How to Make Videos from Claude, ChatGPT or Cursor with MCP

Your coding agent just shipped the feature. Let it make the launch clip too, through Pitch over MCP or the REST API.

Direct answer

Create an API key in Pitch, add the Pitch MCP server to your agent, and ask it for a video. The same projects are available over the /v1 REST API if you would rather call them from a script or CI.

When this fits

  • You want a changelog clip or demo every time a feature ships.
  • Your team already works inside Claude, ChatGPT or Cursor and does not want another tab.
  • You want the result as a normal Pitch project you can open and revise by hand later.

Setup

  1. Create a key on the API keys page.
  2. Add the Pitch MCP server using the snippet for your client in the API docs.
  3. Ask the agent for a video in plain words, including the URL to film.
Prompt
Use Pitch to make a 30-second demo of the new export button on staging.acme.com, then send me the link.

MCP vs. REST

MCPREST /v1
Best forAsking from a chat or coding agentScripts, CI and your own backend
AuthAPI keyThe same API key
ResultA Pitch project and its outputsA Pitch project and its outputs

When to use another tool

If you want to render templated videos from data, such as thousands of personalised clips, a code framework like Remotion gives you tighter control. Pitch suits one-off films and demos that need judgement.

FAQ

Is the API billed differently?

No. API and MCP projects draw from the same credits as projects you start in the app.

Can I open an API-made project in the studio?

Yes. It is a normal project, so you can keep refining it by chat.