Image to SVG runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 10 Jul 2026.
MCP server that converts raster images (PNG/JPG/WEBP) to SVG vector format
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add image2svg-mcp -- uvx image2svg-mcp
{
"mcpServers": {
"image2svg-mcp": {
"args": [
"image2svg-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.image2svg-mcp]
command = "uvx"
args = ["image2svg-mcp"]
{
"mcpServers": {
"image2svg-mcp": {
"args": [
"image2svg-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"image2svg-mcp": {
"args": [
"image2svg-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.