trackmcp
Back to directory

MCP server for svg.new — use AI vectorization from Claude Code, Cursor, Windsurf

1 stars TypeScriptOthers Updated May 12, 2026

Documentation

@svgnew/mcp

MCP (Model Context Protocol) server for svg.new — AI-powered image to SVG vectorization.

Use svg.new from any MCP-compatible client: Claude Code, Claude Desktop, Cursor, Windsurf, and more.

Quick Start

bash
npx @svgnew/mcp

Requires `SVG_NEW_API_KEY` environment variable. Get your key at svg.new/account.

Setup

Claude Code / Claude Desktop

Add to your MCP config:

json
{
  "mcpServers": {
    "svg-new": {
      "command": "npx",
      "args": ["@svgnew/mcp"],
      "env": {
        "SVG_NEW_API_KEY": "svk_your_key_here"
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP settings with the same configuration above.

OpenAI Codex CLI

Add svg.new to Codex:

code
codex mcp add svg-new -- npx -y @svgnew/mcp

Or install as a plugin:

code
codex install svg-new

Set your API key:

code
codex mcp add svg-new --env SVG_NEW_API_KEY=svk_your_key_here -- npx -y @svgnew/mcp

Available Tools

ToolDescriptionCost
`vectorize`Convert image to SVG1 credit
`recolor_svg`Change colors in SVGFree
`simplify_svg`Reduce color paletteFree
`remove_background`AI background removal1 credit
`batch_vectorize`Process multiple images1 credit/image
`get_batch_status`Poll batch progressFree
`list_vectorizations`View historyFree

Environment Variables

VariableRequiredDefaultDescription
`SVG_NEW_API_KEY`YesYour svg.new API key
`SVG_NEW_API_URL`No`https://svg.new`API base URL

Frequently asked questions

What is mcp?

mcp is MCP server for svg.new — use AI vectorization from Claude Code, Cursor, Windsurf

How do I install mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp open source?

Yes — it is hosted on GitHub at https://github.com/svgnew/mcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP