@vectosolve/mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1164MIT
- AlicenseNot gradedqualityAmaintenanceMCP 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.372MIT
- FlicenseNot gradedqualityCmaintenanceA full-featured image processing MCP server for AI assistants, exposing ~55 tools across 11 categories for editing, layers, conversion, AI segmentation/cleanup/generation, design analysis, and screenshot-to-code.
- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.87MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate images with any major model — one API key, one prepaid balance, one MCP.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Git-gta/vectosolve-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server