vectorise for Claude Desktop
io.github.jonathanweerakkody/vectorise
Vectorize images to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP via Vectorise.Me.
client:Claude Desktop
transport:stdio
runtime:npm
Install vectorise in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vectorise": {
"command": "npx",
"args": [
"-y",
"vectorizer-mcp"
],
"env": {
"VECTORISE_API_KEY": "<VECTORISE_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs