glaxnimate-mcp-server
Glaxnimate 호환 SVG 애니메이션 MCP
이 로컬 MCP 서버는 SVG 아트워크를 검사하고 안정적인 ID를 가진 요소에 SMIL 키프레임을 추가합니다. LLM 워크플로를 위해 설계되었습니다: 구조화된 SVG 생성, 그룹 검사, 모션 추가, 그 결과를 Glaxnimate에서 열거나 웹에서 직접 사용.
Glaxnimate는 소스 트리에 헤드리스 Python API가 있지만, 게시된 Python 패키지는 현재 Windows 전용입니다. 따라서 이 서버는 사용할 수 없는 Glaxnimate 설치를 제어하는 척하는 대신 휴대용 SVG 애니메이션 프리미티브를 사용합니다. 생성된 SVG 파일은 Glaxnimate에서 계속 편집할 수 있습니다.
도구
glaxnimate_inspect_svg는 SVG ID와 해당 ID가 참조하는 요소를 나열합니다.glaxnimate_animate_svg는 이동, 회전, 크기 조절, 불투명도, 경로 모프, stroke-dashoffset에 대한 SMIL 애니메이션을 추가합니다.
glaxnimate_animate_svg는 축소 모션 처리를 위해 애니메이션 SVG와 원본 SVG를 모두 반환합니다. 호스트 페이지가 prefers-reduced-motion: reduce를 감지하면 정적 버전을 사용하세요.
Related MCP server: text2animate
설치
이 프로젝트는 Python 3.11 이상이 필요합니다. 저장소 체크아웃에서 가상 환경을 만들고 패키지를 설치하세요:
python -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install .MCP 클라이언트가 stdio를 통해 glaxnimate-mcp를 실행하도록 구성하세요. JSON 구성을 허용하는 클라이언트의 경우 명령은 다음과 같습니다:
{
"command": "glaxnimate-mcp"
}검증
저장소 루트에서 단위 테스트를 실행하세요:
PYTHONPATH=src python -m unittest discover -s tests -v라이선스
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