AI agents (MCP) Claude Code
Motion Text in Claude Code
One command, and Claude Code drafts real, editable videos — from the same terminal you code in.
Claude Code speaks the Model Context Protocol natively, so connecting Motion Text is a single command — no config file to hand-edit, no key to paste for anonymous drafting. Once the server is registered, you describe the video you want in plain language and Claude Code calls the tools to build it, then hands back a link that opens the whole project in the Motion Text editor.
It fits how you already work: run the command inside a repo to scope the connector to that project, or globally to have it everywhere. Because drafting needs no account, you can try it in seconds — then add the studio endpoint later to work on your own saved projects and, on Pro, queue real 1080p or 4K renders straight from the CLI.
Connect Claude Code
One command in your terminal:
claude mcp add --transport http motion-text https://motiontext.video/mcpThe command registers the server in Claude Code's MCP config. Run claude mcp list to confirm it connected, and add --scope project to write it to a committable .mcp.json in the current repo instead of your global config.
That's the anonymous endpoint — drafting only, no account. For the full toolset on your own projects (and, on Pro, 1080p/4K server renders), use the studio endpoint https://motiontext.video/mcp/studio and sign in when Claude Code prompts you. Details on the main MCP page.
Good to know
- Use --scope project to share the connector with your team through the repo's .mcp.json.
- For your own workspace and server renders, add the studio endpoint — Claude Code opens a browser sign-in the first time you use it.
- Give it a script with one beat per line; the Director paces scenes and captions from it automatically.
Questions
Do I need an API key or account?
Not for drafting — the anonymous endpoint needs nothing. For your own projects and server renders, add the studio endpoint and sign in when Claude Code prompts; a free account is created on first sign-in.
Can Claude Code render the final MP4?
Yes, with the studio endpoint on a Pro account: it queues a real 1080p or 4K server render and polls it to a download link. Anonymously, it drafts and you export from the editor.
Where does the connector get saved?
In Claude Code's MCP configuration — globally by default, or in the repo's .mcp.json with --scope project. Remove it any time with claude mcp remove.