Skip to content
Claude Desktop

Image to SVG for Claude Desktop

io.github.botmonster/image2svg-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install Image to SVG in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Image to SVG in other clients