Tweens Motion Engine for VS Code
io.github.sohei1l/tweens
Create editable animations, inspect frames and export GIF/MP4 in a chosen local workspace.
client:VS Code
transport:stdio
runtime:npm
Install Tweens Motion Engine in VS Code
.vscode/mcp.json
{
"servers": {
"tweens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tweens-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs