Image to SVG for Windsurf
io.github.botmonster/image2svg-mcp
MCP server that converts raster images (PNG/JPG/WEBP) to SVG vector format
client:Windsurf
transport:stdio
runtime:pypi
Install Image to SVG in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"image2svg-mcp": {
"command": "uvx",
"args": [
"image2svg-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs