Skip to content
Grok

Tweens Motion Engine for Grok

io.github.sohei1l/tweens

Create editable animations, inspect frames and export GIF/MP4 in a chosen local workspace.

client:Grok transport:stdio runtime:npm

Install Tweens Motion Engine in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tweens": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tweens-cli"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Tweens Motion Engine in other clients