Skip to main content
Glama

Allyson MCP Server

by isaiahbjork

generate_svg_animation

Create SVG animations from static images by defining motion through natural language prompts. Specify input and output paths to generate dynamic animations with MCP-powered AI.

Instructions

Generate an SVG animation from a source file and prompt

Input Schema

NameRequiredDescriptionDefault
output_pathYesLocal file path to the output file, must be the absolute path (e.g., '/path/to/animated-svg.tsx')
promptYesDescription of what animation to generate (e.g., 'Make the character wave their hand', 'Add bouncing motion to the ball')
svg_pathYesLocal file path to the source file to animate, must be the absolute path (e.g., '/Users/username/image.png')

Input Schema (JSON Schema)

{ "properties": { "output_path": { "description": "Local file path to the output file, must be the absolute path (e.g., '/path/to/animated-svg.tsx')", "type": "string" }, "prompt": { "description": "Description of what animation to generate (e.g., 'Make the character wave their hand', 'Add bouncing motion to the ball')", "type": "string" }, "svg_path": { "description": "Local file path to the source file to animate, must be the absolute path (e.g., '/Users/username/image.png')", "type": "string" } }, "required": [ "prompt", "svg_path", "output_path" ], "type": "object" }

You must be authenticated.

Other Tools from Allyson MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isaiahbjork/allyson-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server