All clients

Make videos in Kiro

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.

  1. 1Mint a connection key below.
  2. 2Add the `mcp-remote` config entry and reload the client.
  3. 3Connect a voice key, then ask for a video in chat.

Connect Kiro

Pick your app

Chat apps

Editors & IDEs

Terminal

Kiro logo

Set up Kiro

Generate a key, then add the server.

Docs
1

Generate a connection key

Checking your account…
2

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.

  • Open it from the MCP panel: Kiro → MCP Servers → Edit config, or edit the file directly.
  • Kiro spawns stdio processes, so the `mcp-remote` bridge carries your key over HTTP.
  • The header has no space after the colon — mcp-remote splits arguments on spaces.

Connect your voice

Required before a narrated video can render — bring your own TTS key.

Your voice 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.

Loading…