glaxnimate-mcp-server
MCP de animación SVG compatible con Glaxnimate
Este servidor MCP local inspecciona ilustraciones SVG y añade fotogramas clave SMIL a elementos con identificadores estables. Está diseñado para un flujo de trabajo con LLM: generar SVG estructurado, inspeccionar sus grupos, añadir movimiento y luego abrir el resultado en Glaxnimate o usarlo directamente en la web.
Glaxnimate tiene una API de Python sin interfaz gráfica en su árbol de código fuente, pero el paquete de Python publicado actualmente es solo para Windows. Por lo tanto, este servidor utiliza primitivas de animación SVG portables en lugar de pretender controlar una instalación de Glaximate que no está disponible. Los archivos SVG generados siguen siendo editables en Glaximate.
Herramientas
glaxnimate_inspect_svgenumera los IDs de SVG y los elementos a los que se refieren.glaxnimate_animate_svgañade animación SMIL para traslación, rotación, escala, opacidad, morphing de trazados y stroke-dashoffset.
glaxnimate_animate_svg devuelve tanto un SVG animado como el SVG original para el soporte de movimiento reducido. Utiliza la versión estática cuando la página anfitriona detecte prefers-reduced-motion: reduce.
Related MCP server: text2animate
Instalación
Este proyecto requiere Python 3.11 o superior. Desde un clon del repositorio, crea un entorno virtual e instala el paquete:
python -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install .Configura tu cliente MCP para iniciar glaxnimate-mcp mediante stdio. Para clientes que aceptan una configuración JSON, el comando es:
{
"command": "glaxnimate-mcp"
}Verificación
Ejecuta las pruebas unitarias desde la raíz del repositorio:
PYTHONPATH=src python -m unittest discover -s tests -vLicencia
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