Tweens Motion Engine for Gemini CLI
io.github.sohei1l/tweens
Create editable animations, inspect frames and export GIF/MP4 in a chosen local workspace.
client:Gemini CLI
transport:stdio
runtime:npm
Install Tweens Motion Engine in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tweens": {
"command": "npx",
"args": [
"-y",
"tweens-cli"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs