SVGator MCP
Create, edit, and export SVGator animations (SVG, Lottie, GIF, video) from your AI assistant, and keep an editable project you can open in the editor anytime.
Ads
Overview
The MCP server connects your AI assistant straight to SVGator, the online SVG animation tool. From there, your assistant can work inside your projects to browse, inspect, edit, create, and export them for you, handling everything from a simple “edit colors according to this brand kit” to a complete “build me an animated logo reveal and export it as a CSS-only file.” - Endpoint: https://mcp.svgator.com/mcp - Protocol: Model Context Protocol over Streamable HTTP - Authentication: OAuth 2.1 (sign in with your SVGator account — see Getting started)
Installation
https://mcp.svgator.com/mcp
Configuration
Configuration example is not available yet.
Capabilities
- Browse and search your SVGator projects
`list_projects` returns projects newest first with editor deep links, and `get_project` retrieves canvas size, timeline, and export settings.
- Inspect a project’s structure without heavy data
`get_skeleton` returns an element tree with keyframe counts only, and `read_part` reads exact values at a specific path.
- Edit projects incrementally
`edit_part` applies one validated update, insert, move, or delete at a path and persists it.
- Create, duplicate, move, or replace whole projects
`create_project`, `replace_project`, `duplicate_project`, and `move_project` handle full-project operations.
- Manage reusable assets and folders
`list_assets`, `create_asset`, `update_asset`, `list_folders`, `create_folder`, and `update_folder` organize your library.
- Export to deliverable formats
`export_project` outputs animated SVG, Lottie, React Native, Flutter, video, or GIF, with `get_render` polling raster downloads.
Tags
- video
- content-creation
- icon-generation
- svg
- design
Related MCP servers
Blender MCP
OfficialA lightweight MCP (Model Context Protocol) server for Blender. It offers a natural language interface with Blender’s Python API, improving access to documentation, and allowing users to explore and understand complex setups.
Compeller
OfficialCreate AI music videos and audio-reactive visuals from songs through MCP.
Eagle MCP
OfficialEagle MCP Server is a local Model Context Protocol bridge that lets AI assistants (e.g. Cursor, Claude) access your Eagle media library so you can tag, categorize, search, and batch-organize assets with natural language.
erajasekar/ai-diagram-maker-mcp
OfficialMCP server for AI Diagram Maker — generate flowcharts, sequence diagrams, ERDs, system/network architecture, UML, mindmap, and workflow from natural language, code, ASCII, images, or Mermaid. Inline rendering using MCP Apps UI and editable diagram URLs. Requires API key.