Image to SVG for Cursor
io.github.botmonster/image2svg-mcp
MCP server that converts raster images (PNG/JPG/WEBP) to SVG vector format
client:Cursor
transport:stdio
runtime:pypi
Install Image to SVG in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"image2svg-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"image2svg-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs