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.
A single-tool SVG animator: a source file in, a description of the motion, an animated file out.
- An animation generated from an existing SVG file and a prompt describing the motion, written to the output path you name.
An SVG file on disk, a writable output path, and an Allyson API key supplied to the server.
One command plus a key — npx allyson-mcp --api-key YOUR_API_KEY, then supply credentials
