Skip to main content
Glama
SankofaForge

glaxnimate-mcp-server

by SankofaForge

Glaxnimate-compatible SVG animation MCP

This local MCP server inspects SVG artwork and adds SMIL keyframes to elements with stable IDs. It is designed for an LLM workflow: generate structured SVG, inspect its groups, add motion, then open the result in Glaxnimate or use it directly on the web.

Glaxnimate has a headless Python API in its source tree, but the published Python package is currently Windows-only. This server therefore uses portable SVG animation primitives instead of pretending to control a Glaxnimate installation that is not available. The generated SVG files remain editable in Glaxnimate.

Tools

  • glaxnimate_inspect_svg lists SVG IDs and the elements they refer to.

  • glaxnimate_animate_svg adds SMIL animation for translation, rotation, scale, opacity, path morphs, and stroke-dashoffset.

glaxnimate_animate_svg returns both an animated SVG and the original SVG for reduced-motion handling. Use the static version when the host page detects prefers-reduced-motion: reduce.

Related MCP server: text2animate

Install

This project requires Python 3.11 or newer. From a checkout of the repository, create a virtual environment and install the package:

python -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install .

Configure your MCP client to launch glaxnimate-mcp over stdio. For clients that accept a JSON configuration, the command is:

{
  "command": "glaxnimate-mcp"
}

Verification

Run the unit tests from the repository root:

PYTHONPATH=src python -m unittest discover -s tests -v

License

MIT

A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Browse, create, edit, and export SVGator animated SVG projects via your SVGator account.

  • Build and run visual creative-production workflows from your AI agent.

  • Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.

View all MCP Connectors

Latest Blog Posts

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/SankofaForge/glaxnimate-mcp-server'

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