Skip to content
Zed

Image to SVG for Zed

io.github.botmonster/image2svg-mcp

MCP server that converts raster images (PNG/JPG/WEBP) to SVG vector format

client:Zed transport:stdio runtime:pypi

Install Image to SVG in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "image2svg-mcp": {
      "command": "uvx",
      "args": [
        "image2svg-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Image to SVG in other clients