
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@pulsemcp/svg-tracer-mcp-server
Advanced tools
MCP server for converting bitmap images to SVG vector graphics using potrace tracing
Note: This package is part of the MCP Servers monorepo. For the latest updates and full source code, visit the SVG Tracer MCP Server directory.
An MCP server that converts bitmap images (PNG, JPG, BMP, GIF, TIFF, WebP) to SVG vector graphics using potrace tracing.
{
"mcpServers": {
"svg-tracer": {
"command": "npx",
"args": ["-y", "@pulsemcp/svg-tracer-mcp-server"]
}
}
}
git clone https://github.com/pulsemcp/mcp-servers.git
cd mcp-servers/productionized/svg-tracer
npm install
npm run build
npm start
trace_bitmap_to_svgConvert a bitmap image to an SVG vector graphic using potrace tracing.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
input_path | string | Yes | Absolute path to the input bitmap image file |
output_path | string | No | Path for the output SVG (defaults to input path with .svg extension) |
threshold | number | No | Black/white threshold 0-255 (default: 128) |
turd_size | number | No | Suppress speckles up to this many pixels (default: 2) |
opt_tolerance | number | No | Curve optimization tolerance 0-1 (default: 0.2) |
color | string | No | Fill color for traced paths (default: "#000000") |
background | string | No | Background color (default: "transparent") |
target_width | number | No | Target SVG width in pixels |
target_height | number | No | Target SVG height in pixels |
Example usage:
Convert /tmp/logo.png to SVG:
trace_bitmap_to_svg(input_path="/tmp/logo.png")
Create a 50x50 icon with brand color:
trace_bitmap_to_svg(
input_path="/tmp/logo.png",
output_path="/tmp/logo-icon.svg",
target_width=50,
target_height=50,
color="#FF5733"
)
npm install
npm run build
npm run dev # Development mode with auto-reload
npm test # Run functional tests
npm run test:run # Run tests once
npm run test:integration # Run integration tests
npm run test:all # Run all tests
MIT
FAQs
MCP server for converting bitmap images to SVG vector graphics using potrace tracing
The npm package @pulsemcp/svg-tracer-mcp-server receives a total of 51 weekly downloads. As such, @pulsemcp/svg-tracer-mcp-server popularity was classified as not popular.
We found that @pulsemcp/svg-tracer-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.