vectorise for Windsurf
io.github.jonathanweerakkody/vectorise
Vectorize images to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP via Vectorise.Me.
client:Windsurf
transport:stdio
runtime:npm
Install vectorise in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vectorise": {
"command": "npx",
"args": [
"-y",
"vectorizer-mcp"
],
"env": {
"VECTORISE_API_KEY": "<VECTORISE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs