voicedraw.Open the editor
Connect your agent

Point your own AI agent at a real motion graphics editor

voicedraw is an MCP server. Your agent connects to it the same way it connects to anything else, then reads your composition and writes real keyframes into it. You bring the agent; there are no API keys to paste and nothing to meter.

Set it up — about two minutes
Editors & IDEs
Command line
Desktop apps
Anything else
Cursor
Put this in
~/.cursor/mcp.json
Config (JSON)
{
  "mcpServers": {
    "voicedraw": {
      "url": "https://voicedraw.com/api/mcp",
      "headers": {
        "Authorization": "Bearer vdm_REPLACE_WITH_YOUR_TOKEN"
      }
    }
  }
}

vdm_REPLACE_WITH_YOUR_TOKEN is a stand-in. Your real token is specific to one project and is only ever shown inside the editor.

  • This file lives in your repository. Add it to .gitignore, or use the global path instead, so the token is not committed.

Cursor MCP docs · checked 2026-08-23

Your real token is not on this page. A pairing token belongs to one project and is only ever shown inside the editor. Open a project and the connect panel hands you this same block with the token already filled in.

Start animating for free.

Open the editor

Free to use, no install. Sign in with Google and you’re in the editor in seconds. Desktop browser required.