Vecline MCP Server

Measurable raster ⇄ SVG conversion - and a broad image + document toolkit. Ten raster formats, every one convertible to every other, with the accuracy of every conversion actually measured rather than asserted; plus PDF & Office (docx/xlsx/pptx) rendering and conversion, images → PDF, DXF at a real physical cut size alongside EPS and G-code for makers, centerline tracing and content-aware crop - most of it in a…

People who work with image conversion, lossless and png to svg and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 15 · #38 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Vecline

Claude Code

claude mcp add shunyagatha-vecline -- npx -y vecline

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shunyagatha-vecline": {
      "command": "npx",
      "args": [
        "-y",
        "vecline"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-13 - young repo, little track record yet

license MIT - declared in the repository

npm package vecline - unscoped; check the name against the project README before installing

registry namespace io.github.shunyagatha is GitHub-verified and matches the repo owner

03 · What Vecline can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.1.4 · 2026-08-22

Two commits, neither changing --preset clean's output on the corpus this project measures against. · despike (shipped opt-in in v2.1.3) had a false-positive class: its colinearity gate is a structural no-op for…

v2.1.3 · 2026-08-22

Six commits closing most, not all, of the gap on a real photograph's staircased silhouette edge. emitDimensions drops the root <svg>'s explicit width/height on request, so a file opened directly fits the viewer the way…

v2.1.2 · 2026-08-20

Eleven commits since v2.1.1, all on the flat-art quality of --preset clean. · The mosaic · --preset clean emitted zero curve commands. Not a tuning problem - Douglas-Peucker sits in a provable dead zone below 1/sqrt(5)…

04 · Who maintains Vecline

vecline is maintained by shunyagatha. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
browser automation - ranked #38 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-22)
registry
io.github.shunyagatha/vecline (active, first published 2026-08-15 · 23 versions)
packages
npm:vecline

06 · Vecline FAQ

What is Vecline?

Measurable raster ⇄ SVG conversion - and a broad image + document toolkit. Ten raster formats, every one convertible to every other, with the accuracy of every conversion actually measured rather than asserted; plus PDF & Office (docx/xlsx/pptx) rendering and conversion, images → PDF, DXF at a real physical cut size alongside EPS and G-code for makers, centerline tracing and content-aware crop - most of it in a…

Is Vecline still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Vecline?

Run `npx -y vecline`. You can also paste the ready-made client config above.

Does Vecline run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vecline