🤖

svg-tracer

MCP server for converting bitmap images to SVG vector graphics using potrace tracing.

RUN IN TERMINAL
claude mcp add compulsemcp-svg-tracer -- npx -y @pulsemcp/svg-tracer-mcp-server
ADD TO claude_desktop_config.json
{ "mcpServers": { "compulsemcp-svg-tracer": { "command": "npx", "args": ["-y", "@pulsemcp/svg-tracer-mcp-server"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "compulsemcp-svg-tracer": { "command": "npx", "args": ["-y", "@pulsemcp/svg-tracer-mcp-server"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "compulsemcp-svg-tracer": { "command": "npx", "args": ["-y", "@pulsemcp/svg-tracer-mcp-server"] } } }

About This MCP Server

The com.pulsemcp/svg-tracer server is an MCP server that enables conversion of bitmap images to SVG vector graphics through potrace tracing, and can be connected to using npm and stdio, making it a useful tool for developers who need to trace and convert images in their applications. This server can be utilized in various AI and machine learning workflows, particularly when there is a need to transform raster images into scalable vector formats. Developers would typically reach for this tool when they need to integrate image tracing capabilities into their projects, leveraging the capabilities

MCP server for converting bitmap images to SVG vector graphics using potrace tracing.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with ai & machine learning capabilities via the stdio transport.

Package

@pulsemcp/svg-tracer-mcp-server on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The svg-tracer server extends your AI assistant with ai & machine learning capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/compulsemcp-svg-tracer.svg)](https://skillsplayground.com/mcps/compulsemcp-svg-tracer/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.