glaxnimate-mcp-server
Glaxnimate互換のSVGアニメーションMCP
このローカルMCPサーバーは、SVGアートワークを検査し、安定したIDを持つ要素にSMILキーフレームを追加します。これはLLMワークフロー向けに設計されています:構造化されたSVGを生成し、そのグループを検査してモーションを追加し、結果をGlaxnimateで開くか、Web上で直接使用します。
Glaxnimateには、ソースツリー内にヘッドレスPython APIがありますが、公開されているPythonパッケージは現在Windows専用です。そのため、このサーバーは、利用できないGlaxnimateインストールを制御するふりをする代わりに、ポータブルなSVGアニメーションプリミティブを使用します。生成されたSVGファイルは、Glaxnimateで編集可能なままです。
ツール
glaxnimate_inspect_svgは、SVG 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