Svgator MCP Server

The MCP server connects your AI assistant straight to SVGator, the online SVG animation tool. Its 21 documented tools cover project, asset, folder, part. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-07-17 · ★ 4 · #773 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

how we verify → /methodology

01 · Install Svgator MCP Server

Claude Code

claude mcp add svgator-mcp --transport http https://mcp.svgator.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "svgator-mcp": {
      "url": "https://mcp.svgator.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.svgator.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.svgator.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-07-15 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace com.svgator - domain-verified with the official MCP registry

03 · What Svgator MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list the authenticated user's SVGator projects (newest first), with an editor_url deep link per row and a total count for pagination, create a new SVGator project from a full project JSON, owned by the authenticated user, replace an existing project's entire JSON with a supplied full project (validation runs before any mutation), and move a project to a different folder and/or rename it.

Capability map

Tools grouped from the project's README - what Svgator MCP Server lets an agent do.

read & search

7 tools - e.g. List the authenticated user's SVGator projects (newest first), with an editor_url deep link per row and a total count for pagination.; Get a cheap, token-light structure map of a project (element tree…

list_projects · get_skeleton · describe_shape · list_assets · list_folders · get_render…

Project

6 tools - e.g. Get a single project summary: title, preview, folder, timestamps, canvas size, background colour, animation timeline, and saved export settings.; Create a new SVGator project from a full project JSON…

get_project · create_project · replace_project · duplicate_project · move_project · export_project

Asset

3 tools - e.g. Get a single asset including its full data ({document, definitions}) payload.; Create a new reusable asset from an asset document.; Replace an existing asset's entire document.

get_asset · create_asset · update_asset

Folder

3 tools - e.g. Get a single folder (id, title, timestamps) by its id.; Create a new folder to organize projects.; Rename an existing folder.

get_folder · create_folder · update_folder

Part

2 tools - e.g. Read the exact value or element at an id-anchored path - step 2 of the editing loop.; Apply one validated edit (update, insert, move, or delete) at a path and persist it - step 3 of the editing loop.

read_part · edit_part

04 · Who maintains Svgator MCP Server

mcp is maintained by svgator. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
other - ranked #773 of 848 actively-maintained other servers as of 2026-08-25.
registry
com.svgator/mcp (active, first published 2026-07-16)

06 · Svgator MCP Server FAQ

Is Svgator MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-17. We re-verify nightly.

What can Svgator MCP Server do?

With this server connected, an agent can list the authenticated user's SVGator projects (newest first), with an editor_url deep link per row and a total count for pagination, create a new SVGator project from a full project JSON, owned by the authenticated user, replace an existing project's entire JSON with a supplied full project (validation runs before any mutation), and move a project to a different folder and/or rename it.

How do I install Svgator MCP Server?

Run `claude mcp add svgator-mcp --transport http https://mcp.svgator.com/mcp`. You can also paste the ready-made client config above.

Does Svgator MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Svgator MCP Server