Skip to main content
Glama
SankofaForge

glaxnimate-mcp-server

by SankofaForge

Glaxnimate-kompatibler SVG-Animation-MCP

Dieser lokale MCP-Server untersucht SVG-Grafiken und fügt SMIL-Keyframes zu Elementen mit stabilen IDs hinzu. Er ist für einen LLM-Workflow konzipiert: strukturiertes SVG erzeugen, seine Gruppen untersuchen, Bewegung hinzufügen und das Ergebnis dann in Glaxnimate öffnen oder direkt im Web verwenden.

Glaxnimate verfügt in seinem Quellbaum über eine Headless-Python-API, aber das veröffentlichte Python-Paket ist derzeit nur für Windows verfügbar. Dieser Server verwendet daher portable SVG-Animationsprimitiven, anstatt so zu tun, als würde er eine nicht verfügbare Glaxnimate-Installation steuern. Die erzeugten SVG-Dateien bleiben in Glaxnimate bearbeitbar.

Tools

  • glaxnimate_inspect_svg listet SVG-IDs und die Elemente auf, auf die sie verweisen.

  • glaxnimate_animate_svg fügt SMIL-Animationen für Verschiebung, Drehung, Skalierung, Deckkraft, Pfadmorphs und stroke-dashoffset hinzu.

glaxnimate_animate_svg gibt sowohl ein animiertes SVG als auch das ursprüngliche SVG für die Behandlung von reduzierter Bewegung zurück. Verwenden Sie die statische Version, wenn die Hostseite prefers-reduced-motion: reduce erkennt.

Related MCP server: text2animate

Install

Dieses Projekt erfordert Python 3.11 oder neuer. Erstellen Sie aus einem Checkout des Repositorys eine virtuelle Umgebung und installieren Sie das Paket:

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

Konfigurieren Sie Ihren MCP-Client, um glaxnimate-mcp über stdio zu starten. Für Clients, die eine JSON-Konfiguration akzeptieren, lautet der Befehl:

{
  "command": "glaxnimate-mcp"
}

Verifikation

Führen Sie die Unit-Tests aus dem Stammverzeichnis des Repositorys aus:

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

Lizenz

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