← Back to Plugins
MCP Server MCP

io.github.JonathanWeerakkody/vectorise

github By github 👁 1 views ▲ 0 votes

Vectorize images to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP via Vectorise.Me.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vectorizer-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from vectorise.me/app. Optional — anonymous works with basic limits.",
          "format": "string",
          "isSecret": true,
          "name": "VECTORISE_API_KEY"
        }
      ]
    },
    {
      "registryType": "npm",
      "identifier": "vectorise-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from vectorise.me/app. Optional — anonymous works with basic limits.",
          "format": "string",
          "isSecret": true,
          "name": "VECTORISE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...