@vectosolve/mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@vectosolve/mcpVectorize this company logo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@vectosolve/mcp
VectoSolve MCP Server — use AI image tools (vectorize, remove background, upscale, generate logos) directly from Claude Code, Cursor, Windsurf, and other MCP-compatible clients.
Quick Setup
Add to your MCP client config (e.g. .mcp.json or Claude Code settings):
{
"mcpServers": {
"vectosolve": {
"command": "npx",
"args": ["-y", "@vectosolve/mcp"],
"env": {
"VECTOSOLVE_API_KEY": "vs_xxx"
}
}
}
}Get your API key at vectosolve.com/developers.
Related MCP server: jgkme/kilo-image-gen-mcp
Available Tools
The server exposes 4 tools over stdio:
Tool | Parameters | Cost |
|
| $0.20 / image |
|
| $0.07 / image |
|
| $0.15 / image |
|
| $0.40 / variant |
vectorize
Convert a raster image (PNG, JPG, WebP) to clean SVG vector format.
"Vectorize this image" + attach file
"Convert https://example.com/photo.png to SVG"Cost: $0.20 per image
remove_background
Remove the background from an image. Returns a transparent PNG.
"Remove the background from this product photo"Cost: $0.07 per image
upscale
Upscale an image to higher resolution using AI.
"Upscale this low-res icon"Cost: $0.15 per image
generate_logo
Generate SVG logos from a text description.
"Generate a modern tech startup logo with blue and green colors"
"Create 4 line-art logo variants for a coffee shop"Parameters:
prompt— Text description of the logo (required, min 3 chars)style—vector_illustration(default),vector_illustration/line_art,vector_illustration/engraving,vector_illustration/linocutcolors— Brand colors as RGB objects, e.g.[{"r":0,"g":144,"b":255}, {"r":28,"g":183,"b":33}](max 5)num_variants— 1, 2, or 4 (each variant is billed)
Logos are generated with the Recraft v3 model.
Cost: $0.40 per logo variant
Need
colors/palettehard-caps, DXF/DST/PES exports, ormode(cricut/laser/embroidery)? Those live on the full REST API — callPOST https://vectosolve.com/api/v1/vectorizedirectly. See vectosolve.com/developers.
Input Methods
The image tools (vectorize, remove_background, upscale) accept:
file_path— Local file path (e.g../photo.png)image_url— Public URL (e.g.https://example.com/image.png)
Provide exactly one of the two. generate_logo takes a text prompt instead.
Pricing
Every tool call uses credits from your VectoSolve account. The response includes credit usage and remaining balance.
Purchase credits or subscribe at vectosolve.com/pricing.
Registries
This server is listed on:
MCP Registry (official) —
io.github.Vectosolve/mcp
See PUBLISH-TO-REGISTRIES.md for the publish/refresh runbook.
Links
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
AI-powered image processing via GPU. Remove backgrounds and upscale images (2x/4x) directly from any MCP client. OAuth 2.1 authenticated, returns processed images inline with download links. Free credits on signup at maskr.io.
Generate images with any major model — one API key, one prepaid balance, one MCP.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1141 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server for generating, editing, and processing images via multiple providers including Kilo, OpenRouter, OpenAI, and Gemini, with local tools for background removal, resizing, and cropping.19 npm3MIT
- AlicenseAqualityCmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.815 npmMIT
- AlicenseAqualityCmaintenanceEnables image generation, editing, and composition using any OpenAI-compatible Images API within MCP clients, Dify, and n8n, delivering results as image blocks, structured fields, or resource links.4MIT