svg.new
AI-powered image to SVG vectorization MCP server. Convert raster images (PNG, JPG, WebP) to clean SVG vectors. Tools: vectorize, recolor, simplify colors, remove background, batch process.
@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
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:
{
"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:
codex mcp add svg-new -- npx -y @svgnew/mcp
Or install as a plugin:
codex install svg-new
Set your API key:
codex mcp add svg-new --env SVG_NEW_API_KEY=svk_your_key_here -- npx -y @svgnew/mcp
Available Tools
| Tool | Description | Cost |
|---|---|---|
vectorize | Convert image to SVG | 1 credit |
recolor_svg | Change colors in SVG | Free |
simplify_svg | Reduce color palette | Free |
remove_background | AI background removal | 1 credit |
batch_vectorize | Process multiple images | 1 credit/image |
get_batch_status | Poll batch progress | Free |
list_vectorizations | View history | Free |
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
SVG_NEW_API_KEY | Yes | — | Your svg.new API key |
SVG_NEW_API_URL | No | https://svg.new | API base URL |
Links
- svg.new — Web app
- Pricing — Plans and credits
- Claude Code Plugin — Full plugin with skills
Server Terkait
PolicyLayer MCP
Non-custodial spending controls for AI agent crypto wallets — enforce daily limits, per-tx caps, and recipient whitelists.
Send247 Human Logistics
Human Logistics in the AI Layer
FHIR MCP Server
FHIR MCP Server – helping you expose any FHIR Server or API as a MCP Server.
OpenHue MCP Server
Control Philips Hue lights using LLM interfaces via the OpenHue CLI.
Strider Labs Instacart MCP
MCP server for Instacart - let AI agents order groceries and household items from local stores
Medical Terminologies MCP
Unified access to global medical terminologies: ICD-11, SNOMED CT, LOINC, RxNorm, MeSH. 27 tools for medical coding, terminology lookup, and crosswalk mappings.
Unreal Engine
Let AI agents see, build, test, and edit inside Unreal Engine 5.7 — including Blueprints, which are normally opaque binary assets.
Decompose
Decompose text into classified semantic units — authority, risk, attention, entities. No LLM. Deterministic.
Synthetix MCP Server
Synthetic asset data, staking info, and debt pool metrics on Synthetix.
MCP Servers
A collection of MCP servers for Cursor IDE, including demo and weather services.