Skip to content
Cline

Image to SVG for Cline

io.github.botmonster/image2svg-mcp

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

client:Cline transport:stdio runtime:pypi

Install Image to SVG in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Image to SVG in other clients