Skip to content
Cursor

Tweens Motion Engine for Cursor

io.github.sohei1l/tweens

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

client:Cursor transport:stdio runtime:npm

Install Tweens Motion Engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Tweens Motion Engine in other clients