Idea to Motion
Allows narrated videos to use your own ElevenLabs account for AI voiceover synthesis, with animation timed to word-level transcript boundaries.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Idea to Motioncreate a 30-second explainer video about how solar panels work"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Idea to Motion — MCP server
Make animated videos by asking your AI client. You connect one MCP server, then ask for a video in the same conversation you ask for anything else.
Your assistant writes the script, plans each scene and writes the animation code. This server synthesizes the voiceover, aligns the animation to word-level timestamps, renders the frames and hands back an MP4. There is no timeline to edit and nothing to install.
Endpoint:
https://api.ideatomotion.com/mcp(Streamable HTTP)Website: https://ideatomotion.com
Docs: https://ideatomotion.com/docs · Tool reference: https://ideatomotion.com/docs/mcp-tools
Registry:
com.ideatomotion/idea-to-motion
This repository is the public install reference. The platform itself is closed-source; everything here is configuration and documentation.
Quick start — Claude Code
{'language': 'bash', 'code': 'claude mcp add ideatomotion https://api.ideatomotion.com/mcp --transport http --header "Authorization: Bearer vai_YOUR_KEY"'}Mint a key at ideatomotion.com/connect. Clients that speak OAuth 2.1 (Claude web and Desktop) need no key at all — you authorize in the browser.
Related MCP server: ShotFlow MCP Server
All clients
Client | Auth | Config file |
API key header |
| |
OAuth (no key) | — | |
API key header |
| |
API key header |
| |
API key header |
| |
API key header |
| |
API key header |
| |
API key header |
| |
|
| |
|
|
Full copy-paste setup for each, with screenshots: ideatomotion.com/connect.
What you can ask for
Three kinds of video:
explainer— narrated. Your AI writes the script; the platform synthesizes the voiceover and times the animation to word-level transcript boundaries.motion_graphic— silent, on-screen text set to music. Needs no voice key, so it is the fastest way to a finished file from a standing start.recording— you upload your own video; your AI picks the cuts and the platform removes the silences and animates around you.
Aspect and length are independent: a 15-second 16:9 clip and a 5-minute 9:16 explainer are both valid.
Voice is bring-your-own-key
Narration runs on your own ElevenLabs or Cartesia account, connected at /connect. That is a separate bill from that provider — we take no cut and never see your key after it is stored. Silent motion graphics need no voice key.
Pricing
Creating and previewing are free and unlimited. You pay only to export a finished MP4 — from $1.00 per minute at 1080p, billed to the second. 720p and below are free with a watermark, with a monthly allowance. Full rate card: ideatomotion.com/pricing.
There is deliberately no export MCP tool. Exporting spends real money at a
quality the user chooses, so it is an action you take on the platform — not one
your agent can take on your behalf.
Client-specific gotchas
Config field names differ per client and fail silently when wrong — a mistyped key leaves the server simply absent, with no error:
Claude web & Desktop — Settings → Connectors → Add custom connector, then paste the URL.
Claude web & Desktop — You'll be asked to sign in and approve access — no key to copy.
VS Code (Copilot) — MCP tools only run in Agent mode.
VS Code (Copilot) — The root key is
servershere — notmcpServerslike other clients.Antigravity — Open it from the agent panel: … → MCP Servers → Manage → View raw config.
Antigravity — Antigravity uses
serverUrl, noturl. Restart after saving.Windsurf — Command Palette → “Windsurf: Configure MCP Servers”, or the hammer icon in Cascade.
Windsurf — Cascade caps at 100 active tools; past that, servers silently fail to load.
Gemini CLI —
httpUrlselects Streamable HTTP; plainurlwould mean SSE.Codex CLI — Codex is the odd one out: TOML, not JSON.
Codex CLI — To keep the key out of the file, drop
http_headersand usebearer_token_env_var = "IDEATOMOTION_KEY"instead.Kiro — Open it from the MCP panel: Kiro → MCP Servers → Edit config, or edit the file directly.
Kiro — Kiro spawns stdio processes, so the
mcp-remotebridge carries your key over HTTP.Kiro — The header has no space after the colon — mcp-remote splits arguments on spaces.
Zed — Newer Zed builds can add a remote server from Settings → AI → MCP Servers directly.
Zed — Note the header has no space after the colon — mcp-remote splits arguments on spaces.
Any other client — If your client speaks Streamable HTTP, prefer a direct entry:
url+ anAuthorization: Bearerheader.Any other client —
mcp-remoteis only needed for clients that can spawn stdio processes but not call HTTP.
License
MIT — applies to the contents of this repository (configuration examples and documentation), not to the hosted service.
This server cannot be deployed
Maintenance
Related MCP Connectors
Turn words, images, and audio into an animated video with MP4 export.
Generate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s.
AI whiteboard explainer video platform: script to storyboard to narrated MP4.
Generate finished AI videos from a brief or a script, with voiceover, scenes and captions.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceTurn words, images, and audio into an animated video with MP4 export.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to generate professional storyboards and videos from scripts or creative descriptions via MCP-compatible clients.25 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to create lyric videos by adding images, audio, styled text, and timed lyric lines, then rendering the final MP4.-
- AlicenseBqualityCmaintenanceEnables AI agents to take a raw script all the way to a finished, downloadable short-drama .mp4, covering AI rewrite, character consistency, storyboards, frames, video shots, TTS voiceover, and final cut with quote-before-spend billing from any MCP client.132690 npmMIT