Labsco
MCP SERVER

Allyson

by isaiahbjork

Animate an SVG you already have from a written description of the motion, written out to a path you choose.

Video Generation & Editing
Summary
The motion is described in words and applied to artwork that is already yours.

The source file matters as much as the prompt: this animates an existing SVG rather than drawing a new one, so the shapes it moves are the ones you designed. The result is written to a path rather than returned inline, which keeps a large SVG out of the conversation entirely. Three parameters cover the whole surface — where the source is, what should happen, and where the result goes.

What it is

A single-tool SVG animator: a source file in, a description of the motion, an animated file out.

What you get
  • An animation generated from an existing SVG file and a prompt describing the motion, written to the output path you name.
Requirements

An SVG file on disk, a writable output path, and an Allyson API key supplied to the server.

Setup effort

One command plus a key — npx allyson-mcp --api-key YOUR_API_KEY, then supply credentials