Image to SVG for VS Code
io.github.botmonster/image2svg-mcp
MCP server that converts raster images (PNG/JPG/WEBP) to SVG vector format
client:VS Code
transport:stdio
runtime:pypi
Install Image to SVG in VS Code
.vscode/mcp.json
{
"servers": {
"image2svg-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"image2svg-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs