Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Mcp
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:34:24 PM

Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Browse, create, edit, and export SVGator animated SVG projects via your SVGator account.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-147": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-147"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

SVGator MCP Server β€” Documentation

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)

What you can do

CapabilityToolsExample prompt
Browse your projectslist_projects, get_project, get_profile"List my SVGator projects"
Inspect a project's structureget_skeleton, read_part"What elements are in project X, and which are animated?"
Edit a project incrementallyedit_part"Make the circle red and loop its bounce forever"
Create or replace whole projectscreate_project, replace_project"Build me a new animated loading spinner"
Duplicate, move & rename projectsduplicate_project, move_project"Copy project X into my 'Drafts' folder"
Manage reusable assetslist_assets, get_asset, create_asset, update_asset"Save this icon as a reusable asset"
Organize projects into folderslist_folders, get_folder, create_folder, update_folder"Make a 'Marketing' folder and file this project under it"
Look up authoring referencedescribe_shape(used by the assistant to get exact JSON shapes)
Export to deliverable formatsexport_project, get_render"Export project X as an MP4 video"
Get motion-design craft guidanceskill 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.

Tools

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.

Documentation map

DocumentForCovers
Getting startedEveryoneConnecting from claude.ai, Claude Desktop, Claude Code, and other MCP clients; authentication; privacy
Tools referenceIntegrators / the curiousEvery tool with full parameter and output tables
Editing projectsIntegrators / power usersThe navigate β†’ read β†’ edit β†’ verify loop, path addressing, authoring rules
Exporting projectsEveryoneFormats, delivery modes, export options, render polling
Skill & resourcesIntegratorsThe motion-design craft skill, MCP resources, and the prompt
TroubleshootingEveryoneConnection issues, common errors, and what they mean

Requirements

  • A SVGator account (sign up). Exports count against your plan's limits exactly as they do in the editor.
  • To connect from claude.ai / Claude Desktop, custom connectors require a Claude Pro, Max, Team, or Enterprise plan. Claude Code and other MCP clients connect directly to the endpoint.

How it works (one paragraph)

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.

βš™οΈ Capabilities

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:

πŸ—‚οΈ Projects and Assets

  • List projects: newest first, each with a direct editor link
  • Search and page through large libraries
  • Read project settings: canvas size, background, timeline, and export settings
  • Create a project from a full definition
  • Overwrite an existing project
  • Duplicate a project: into the same or another folder
  • Move or rename a project
  • Organize projects into folders
  • Manage reusable assets: list, read, create, and update

πŸ” Structure and Inspection

  • Map a project's structure: element tree with keyframe counts, no heavy data
  • See what's animated: which channels carry keyframes on each element
  • Read exact values: any property, keyframe, or element
  • Look up authoring shapes: the exact JSON for any element or concept

πŸ”· Shapes and Elements

  • Rectangles
  • Circles and ellipses
  • Lines, polylines, and polygons
  • Custom paths
  • Text and multi-line text
  • Images
  • Reused symbols and instances
  • Groups
  • Masks and clip paths

🎨 Fills, Strokes, and Color

  • Solid color fills: static or animated
  • Gradient fills
  • Strokes: solid or gradient, static or animated
  • Compositing: blend modes and opacity
  • Filter effects such as blur

🎞️ Animation and Keyframes

  • Add keyframes at specific times, with values
  • Set static values where no motion is needed
  • Read, inspect, and remove keyframes
  • Set easing per keyframe: cubic bezier
  • Animate transforms: position, rotation, scale, and skew
  • Animate fill, stroke, compositing, and filter channels
  • Morph one shape into another

πŸ“€ Export and Delivery

  • Export animated SVG: driven by JavaScript or CSS
  • Set a start trigger: load, hover, click, scroll, or programmatic
  • Set click and hover behavior: freeze, restart, reverse, or reset
  • Export to Lottie
  • Export to React Native or Flutter source
  • Render video: MP4, MOV, AVI, MKV, or WebM
  • Render GIF, WebP, PNG sequence, or ZIP
  • Control looping: iterations, direction, ping-pong, and speed
  • Set frame rate, resolution, and quality
  • Handle transparency and background color

βœ… Best practices

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.

Start from your own artwork, then animate: Generating original shapes from scratch is the hardest thing to get right in any AI assistant. For the best results, build or bring in your SVG in SVGator’s editor first, then ask your assistant to animate it. That keeps your visual style consistent and lets the AI focus on what it does best: motion, timing, and sequencing.

Name your elements before you prompt: Your assistant reads element names to understand a project’s structure. Clear names like β€œleft_arm”, β€œbg_circle”, or β€œheadline” help it target the right element, avoid mistakes, and stay organized across complex scenes. Generic names make its job harder, and might end up costing you more tokens (depending on model .

Break complex animations into steps: Instead of β€œbuild me a full onboarding animation,” go one piece at a time: create the elements, add keyframes, then refine the timing. The server applies one validated change per edit, so smaller steps give you more control and make any mistake easy to catch and correct.

Be specific about timing and feel: β€œA smooth fade” is on the vague side. β€œA 400ms fade-in with ease-out” gives your assistant something concrete to work with. The more you describe the feel, whether snappy, bouncy, slow, or subtle, the closer the first result lands to what you had in mind.

Match the export format to where it will live: SVG is the right pick for the web, with your choice of JavaScript or CSS-only (for even better performance). Lottie, React Native, and Flutter hand off cleanly to app and mobile projects. Video and GIF are ready for social and email, where an animated SVG will not play. Choosing the format up front saves a round of re-exporting.

Duplicate a project before big experiments: If you want the AI to rebuild something from the ground up, ask it to duplicate the project first, then make the changes on the copy. The original stays exactly as it was, so a bold experiment never costs you the working version.

Finish in the editor: Every project comes back with a direct editor link. Once the assistant gets you most of the way there, open the project and handle the final polish by hand. The AI does the heavy lifting, and you keep control of the details. It also saves tokens, since small tweaks by hand are quicker and cheaper than having the assistant make each one.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Mcp logoMcp

    Create and control BranderUX projects, elements, screens and keys from your agent via browser OAuth.

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • S
    Superdocs

    Edit, draft, summarize, export styled .docx/PDF/HTML/MD/RTF via 21 MCP tools + 4 prompts.

    πŸ’» Developer Tools0 views
    Compare vs Superdocs β†’

Frequently Asked Questions about Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-147?style=directory)](https://allmcps.com/mcp/mcp-147)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-147"><img src="https://allmcps.com/api/badge/mcp-147?style=directory" alt="Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
npm downloads9,111/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
32Quality signal: Emerging Β· 32/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code