
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
vectorizer-mcp
Advanced tools
MCP server for Vectorise.Me — vectorize raster images (JPG, PNG, BMP, WEBP, AVIF) to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP from any MCP-compatible AI agent. Also published as vectorise-mcp (identical, kept in sync).
MCP server for Vectorise.Me — lets AI agents (Claude Desktop, Claude Code, Cursor, and any MCP-compatible client) vectorize raster images to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP.
Also published as
vectorise-mcp— identical package, either name works withnpx.
| Tool | What it does |
|---|---|
vectorize_image | Convert JPG/PNG/BMP/WEBP/AVIF (≤25 MB) to SVG, saved to disk |
vectorize_batch | Convert up to 20 images in one call with shared settings and per-file results |
export_svg | Convert an SVG file to PDF, EPS, DXF, PNG, JPG, or WEBP |
get_usage | Show plan, credit balance, and recent usage (needs API key) |
get_capabilities | List export formats and options (no auth) |
Instead of learning the engine's tuning knobs, pass a preset (works in both vectorize tools):
| Preset | Best for |
|---|---|
auto | Engine detects the image type (default) |
logo | Logos, icons, text — sharp edges, exact brand colours |
illustration | Drawings, cartoons, clipart |
photo | Photographs — smooth tonal gradients |
pixel_art | Pixel art — pixel-faithful, exact colours |
technical_drawing | Blueprints and line art — black & white |
Advanced options (quality_tier, quality_profile, color_mode, palette_count, preserve_exact_colors) are still available, and anything you set explicitly overrides the preset.
Get an API key at vectorise.me/app (anonymous use works too, with basic rate limits). Credits per conversion: fast=1, balanced_crisp=2, high_precision=5.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vectorizer": {
"command": "npx",
"args": ["-y", "vectorizer-mcp"],
"env": { "VECTORISE_API_KEY": "vm_live_..." }
}
}
}
claude mcp add vectorizer -e VECTORISE_API_KEY=vm_live_... -- npx -y vectorizer-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"vectorizer": {
"command": "npx",
"args": ["-y", "vectorizer-mcp"],
"env": { "VECTORISE_API_KEY": "vm_live_..." }
}
}
}
VECTORISE_API_KEY — API key (optional; anonymous works with basic limits)VECTORISE_API_URL — base URL override (default https://vectorise.me)Full REST API documentation: vectorise.me/developers · OpenAPI spec: vectorise.me/api/v1/openapi.json
MIT
FAQs
MCP server for Vectorise.Me — vectorize raster images (JPG, PNG, BMP, WEBP, AVIF) to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP from any MCP-compatible AI agent. Also published as vectorise-mcp (identical, kept in sync).
We found that vectorizer-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.