glaxnimate-mcp-server
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_svglistet SVG-IDs und die Elemente auf, auf die sie verweisen.glaxnimate_animate_svgfü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 -vLizenz
Maintenance
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
- AlicenseBqualityCmaintenanceAI-powered animation generator that transforms static images into animated SVG components using the Model Context Protocol, allowing users to create animations through natural language prompts.1347Apache 2.0
- AlicenseAqualityBmaintenanceTurns plain-language descriptions into animated SVGs with a live preview and conversational editing.8MIT
- AlicenseAqualityBmaintenanceEnables AI agents to inspect, edit, validate, render, and export SVG/Inkscape documents safely with reversible operations and risk-classed tools.872MIT
- AlicenseAqualityAmaintenanceEnables LLMs to generate safe, accessible scroll-driven web animations by translating natural language requests into validated JSON specs, then compiling them into GSAP or WAAPI/CSS code with built-in reduced-motion and pause controls.5213MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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