How to Use the Vectorizer AI MCP in Claude Code
Automate asset pipelines: Vectorizer AI for Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Vectorizer AI MCP to Claude Code
Create your Vinkius account to connect Vectorizer AI to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Running Asset Builds with the MCP Server
Need to convert a batch of PNGs during a CI run? You call `vectorize_image` from your shell script. It handles turning those bitmaps into vector formats like SVG, EPS, PDF, or DXF. Because this is headless, you immediately pipe the result through `download_image` to stage the asset for deployment.
Maintenance Tasks with Claude Code
Scripts need cleanup too. Use `delete_image` in your automation pipelines when a build generates temporary assets that must be removed after policy retention expires. Also, always verify resource availability. Running `get_account_status` ensures your CI/CD job doesn't fail unexpectedly due to credit depletion.
Batch Processing with Claude Code
You can chain operations in a single script. First, execute `vectorize_image` against the source files. Then, use `download_image` to grab all resulting vector assets and package them for the next stage of your pipeline. This allows you to treat asset generation as just another build step.
Set up Vectorizer AI MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seevectorizer-ai-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Vectorizer AI transactions." It will automatically discover and invoke the available Vectorizer AI tools.
claude mcp add --transport http vectorizer-ai-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Vectorizer AI MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Vectorizer AI MCP today
We host it, we monitor it, we maintain it. You just paste one token.