Browse, create, edit, and export SVGator animated SVG projects via your SVGator account.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Svgator MCP.
list_projectsCallable MCP tool function
editor_urlCallable MCP tool function
get_projectCallable MCP tool function
create_projectCallable MCP tool function
replace_projectCallable MCP tool function
duplicate_projectCallable MCP tool function
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.β
https://mcp.svgator.com/mcp| Capability | Tools | Example prompt |
|---|---|---|
| Browse your projects | list_projects, get_project, get_profile | "List my SVGator projects" |
| Inspect a project's structure | get_skeleton, read_part | "What elements are in project X, and which are animated?" |
| Edit a project incrementally | edit_part | "Make the circle red and loop its bounce forever" |
| Create or replace whole projects | create_project, replace_project | "Build me a new animated loading spinner" |
| Duplicate, move & rename projects | duplicate_project, move_project | "Copy project X into my 'Drafts' folder" |
| Manage reusable assets | list_assets, get_asset, create_asset, update_asset | "Save this icon as a reusable asset" |
| Organize projects into folders | list_folders, get_folder, create_folder, update_folder | "Make a 'Marketing' folder and file this project under it" |
| Look up authoring reference | describe_shape | (used by the assistant to get exact JSON shapes) |
| Export to deliverable formats | export_project, get_render | "Export project X as an MP4 video" |
| Get motion-design craft guidance | skill resources + prompt | "Art-direct a logo reveal, then build it" |
Every project the server returns includes an editor_url β a deep link that opens the project in
the SVGator editor, so you can always continue by hand where the assistant left off.
The server exposes 22 tools. See the Tools reference for full parameter and output tables.
Projects
list_projects β List the authenticated user's SVGator projects (newest first), with an editor_url deep link per row and a total count for pagination.get_project β Get a single project summary: title, preview, folder, timestamps, canvas size, background colour, animation timeline, and saved export settings.create_project β Create a new SVGator project from a full project JSON, owned by the authenticated user.replace_project β Replace an existing project's entire JSON with a supplied full project (validation runs before any mutation).duplicate_project β Make a copy of an existing project, optionally into a different folder or under a new title.move_project β Move a project to a different folder and/or rename it.Inspecting & editing a project
get_skeleton β Get a cheap, token-light structure map of a project (element tree with names and keyframe counts only, never values) β step 1 of the editing loop.read_part β Read the exact value or element at an id-anchored path β step 2 of the editing loop.edit_part β Apply one validated edit (update, insert, move, or delete) at a path and persist it β step 3 of the editing loop.describe_shape β Get the exact JSON shape of one building block (element or animator) before authoring, so field names are never guessed.Assets
list_assets β List the authenticated user's reusable assets (static or animated SVG items), newest first.get_asset β Get a single asset including its full data ({document, definitions}) payload.create_asset β Create a new reusable asset from an asset document.update_asset β Replace an existing asset's entire document.Folders
list_folders β List the authenticated user's folders (the labels projects are filed under).get_folder β Get a single folder (id, title, timestamps) by its id.create_folder β Create a new folder to organize projects.update_folder β Rename an existing folder.Export & account
export_project β Export a project to a deliverable format (SVG, Lottie, React Native, Flutter, video, or GIF), with optional per-export overrides.get_render β Poll the status of a raster (video/GIF) render started by export_project and get the signed download URL when done.get_profile β Get the authenticated customer profile: name, email, plan, and teams.| Document | For | Covers |
|---|---|---|
| Getting started | Everyone | Connecting from claude.ai, Claude Desktop, Claude Code, and other MCP clients; authentication; privacy |
| Tools reference | Integrators / the curious | Every tool with full parameter and output tables |
| Editing projects | Integrators / power users | The navigate β read β edit β verify loop, path addressing, authoring rules |
| Exporting projects | Everyone | Formats, delivery modes, export options, render polling |
| Skill & resources | Integrators | The motion-design craft skill, MCP resources, and the prompt |
| Troubleshooting | Everyone | Connection issues, common errors, and what they mean |
The server is a remote MCP server: your MCP client (Claude, or any client speaking Streamable
HTTP) connects to https://mcp.svgator.com/mcp and signs you in through SVGator's regular OAuth
login. Your SVGator credentials stay server-side only β the AI model never sees your access
token or secret key; it only receives the tool results (project lists, structure maps, exported
files). Tool inputs are validated against published schemas, and invalid requests return
descriptive errors the assistant can read and correct.
The MCP server turns SVGator into something you can drive with plain language. Instead of clicking through the editor, you describe what you want and your AI assistant does it: pulling up a project, changing a color, animating a logo, or exporting a finished file.
It's built for designers who want an assistant to handle the repetitive parts of animating, for marketing teams who need web-ready animations without waiting on a designer for every small change, and for developers who want production-ready exports (Lottie, React Native, Flutter, or SVG) that drop straight into a product. Every project comes back with a direct editor link, so you can always open it and finish by hand, saving tokens.
Here's what your assistant can do once it's connected:
Install the SVGator motion design skill, then call it by name: It is craft guidance that helps your assistant make deliberate choices about timing, easing, and personality instead of flat, generic motion. Download it from the SVGator skills repository, then trigger it right in your prompt by starting with something like "use SVGator motion skills to animate this logo." You call it manually on purpose: that way the skill stays out of your token usage when you are only exporting or making small edits, and loads only when you actually want the extra art direction.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-147)<a href="https://allmcps.com/mcp/mcp-147"><img src="https://allmcps.com/api/badge/mcp-147?style=directory" alt="Svgator MCP on AllMCPs" /></a>