Image to SVG
About
Convert raster images (PNG, JPG, WEBP, TIFF) to scalable SVG vector graphics locally, with no API key, via a single convert_image_to_svg tool.
Details
- Author
- botmonster
- Categories
- Design, Other
Jump to
Setup
Install Image to SVG in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/botmonster/image2svg-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP server that converts raster images (PNG, JPG, WEBP) to scalable SVG vector graphics.
- Accepts images asbase64-encoded dataorURL
- Supports PNG, JPG, JPEG, WEBP, TIFF, and other common raster formats
- Full control over vectorization parameters (color precision, speckle filtering, tracing mode, etc.)
- Handlesdata:image/...;base64,URI prefixes automatically
- Streams URL downloads with a 5 MB size limit
- Optionalfile://URL support for local images (opt-in via--allow-local-files-path)
To see it in action checkconverting image to svg online.
{ "mcpServers": { "image2svg": { "command": "uvx", "args": ["image2svg-mcp"] } } }
claude mcp add image2svg --scope user -- uvx image2svg-mcp
claude mcp add image2svg --scope user -- uvx image2svg-mcp --allow-local-files-path /home/user/images
docker run -p 8000:8000 ghcr.io/botmonster/image2svg-mcp
docker run -p 8000:8000 -v /home/user/images:/images ghcr.io/botmonster/image2svg-mcp --allow-local-files-path /images claude mcp add image2svg --transport http --scope user http://localhost:8000/mcp
Convert this local file to SVG: file://logo.png
Only files inside the specified directory (and its subdirectories) are accessible. Paths are normalized to prevent directory traversal. Without this flag,file://URLs are rejected.
Here are some examples of what you can tell an LLM to do with this tool:
Generate an image of a sunset over mountains, then convert it to SVG.
The LLM will generate a raster image and then use theconvert_image_to_svgtool with default settings to produce a clean vector version.
2. Fine-tuned conversion with specific parameters
Create a logo with a blue circle and a white star inside it. Now convert it to SVG using binary colormode for crisp edges and set filter_speckle to 10 to remove noise.
This usescolormode: "binary"for black/white line art style output, which works great for logos and icons. The higherfilter_specklevalue removes small artifacts.
3. Convert from URL with minimalist style
Convert this image to a simplified SVG with low color precision for a minimalist poster look:https://example.com/photo.png
Usingcolor_precision: 3reduces the number of colors dramatically, producing an artistic posterized vector effect. Great for stylized illustrations.
Convert this base64 image to SVG: iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAO0lEQVR4nGP8z8Dwn4EIwESMIqwKGRn+MzBisYQJXRE2NopCbKYgi5Huxv8MjBiSyGJMuCTQNTJSPRwBCjYOD5JU5rIAAAAASUVORK5CYII=
This is a 10x10 red square with a blue circle in the middle. Useful for testing the tool with inline image data — no URL needed.
git clone https://github.com/botmonster/image2svg-mcp.git cd image2svg-mcp uv sync
uv run fastmcp dev inspector src/image2svg_mcp/server.py:mcp
The Lottie Creator MCP brings your AI assistant directly into your animation workflow — giving it full access to LottieFiles Creator so it can build and edit Lottie animations on your behalf through natural language.
Create, edit, and export SVGator animations (SVG, Lottie, GIF, video) from your AI assistant, and keep an editable project you can open in the editor anytime.
Production-grade MCP server that lets AI assistants control AutoCAD on Windows via natural language — draw lines, circles, rectangles, manage layers, calculate areas, and export PDFs through the AutoCAD COM API.
MCP server for AI-assisted STEP CAD inspection, geometry queries, PMI hints, and revision comparison
Changeimageto - Free Image Editing tools
16 tools to remove backgrounds, blur or grayscale backgrounds, change colors, convert formats (PNG/JPEG/WebP/…), upscale, denoise/enhance, run OCR, export PDF, edit text in images (Gemini), clean watermarks, inpaint masked regions, and run bulk resize / convert / quality checks.
design-context-bridge is an MCP server that turns any AI agent into a frontend developer who can actually read a Figma file — not guess from a screenshot. When you hand a developer a Figma and say "build this", they don't just copy the visible pixels. They open the file, identify the components, read the exact colors and type scale, infer the routes the app will need, figure out the hover and disabled states, and export the icons. This server gives the AI that same access, so it can do that work for you — faithfully, not approximately
Remote MCP image conversion tool for PNG, JPEG, WebP, AVIF, GIF, SVG, and HEIC workflows.
Hosted MCP server for generating SVG illustrations, icons, and brand mascots with svgapp.ai from MCP-compatible AI clients.
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
Get access to MCP server SVG and MCP server PNG icons in your vibe-coding projects
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



