mcp
MCP server for svg.new — use AI vectorization from Claude Code, Cursor, Windsurf
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
npx @svgnew/mcpRequires `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/mcpOr install as a plugin:
codex install svg-newSet your API key:
codex mcp add svg-new --env SVG_NEW_API_KEY=svk_your_key_here -- npx -y @svgnew/mcpAvailable 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
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
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP