Connect Idea to Motion to Kiro and you can ask for a video the same way you ask for anything else. Kiro writes the script, plans each scene and writes the animation code; we synthesize the voiceover, time it to the words, render the animation and hand back an MP4. It launches MCP servers as local processes rather than calling them over HTTP, so the `mcp-remote` bridge carries your key to the server for you.
Pick your app
Chat apps
Editors & IDEs
Terminal
Generate a connection key
Add it to Kiro
.kiro/settings/mcp.json (per project) or ~/.kiro/settings/mcp.json (user)
{
"mcpServers": {
"ideatomotion": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.ideatomotion.com/mcp",
"--header",
"Authorization:Bearer vai_YOUR_KEY"
],
"disabled": false,
"autoApprove": []
}
}
}Generate a key above to replace vai_YOUR_KEY.
Required before a narrated video can render — bring your own TTS key.
Idea to Motion generates the voiceover on your own text-to-speech account. Add an ElevenLabs or Cartesia key — it's stored encrypted and never shown again. Rendering is blocked until a key is connected.