All clients

Make videos in Antigravity

Connect Idea to Motion to Antigravity and you can ask for a video the same way you ask for anything else. Antigravity 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 speaks Streamable HTTP directly, so connecting is one config entry carrying an API key in an Authorization header.

  1. 1Mint a connection key below.
  2. 2Add the config entry to your client and reload it.
  3. 3Connect a voice key, then ask for a video in chat.

Connect Antigravity

Pick your app

Chat apps

Editors & IDEs

Terminal

Antigravity logo

Set up Antigravity

Generate a key, then add the server.

Docs
1

Generate a connection key

Checking your account…
2

Add it to Antigravity

~/.gemini/antigravity/mcp_config.json

{
  "mcpServers": {
    "ideatomotion": {
      "serverUrl": "https://api.ideatomotion.com/mcp",
      "headers": {
        "Authorization": "Bearer vai_YOUR_KEY"
      }
    }
  }
}

Generate a key above to replace vai_YOUR_KEY.

  • Open it from the agent panel: … → MCP Servers → Manage → View raw config.
  • Antigravity uses `serverUrl`, not `url`. Restart after saving.

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…