@vectosolve/mcp
@vectosolve/mcp
VectoSolve MCP Server — usa herramientas de imagen con IA (vectorizar, eliminar fondo, ampliar, generar logotipos) directamente desde Claude Code, Cursor, Windsurf y otros clientes compatibles con MCP.
Configuración rápida
Añade a la configuración de tu cliente MCP (por ejemplo, .mcp.json o ajustes de Claude Code):
{
"mcpServers": {
"vectosolve": {
"command": "npx",
"args": ["-y", "@vectosolve/mcp"],
"env": {
"VECTOSOLVE_API_KEY": "vs_xxx"
}
}
}
}Obtén tu clave API en vectosolve.com/developers.
Related MCP server: jgkme/kilo-image-gen-mcp
Herramientas disponibles
El servidor expone 4 herramientas a través de stdio:
Herramienta | Parámetros | Coste |
|
| $0.20 / imagen |
|
| $0.07 / imagen |
|
| $0.15 / imagen |
|
| $0.40 / variante |
vectorize
Convierte una imagen rasterizada (PNG, JPG, WebP) a un formato vectorial SVG limpio.
"Vectorize this image" + attach file
"Convert https://example.com/photo.png to SVG"Coste: $0.20 por imagen
remove_background
Elimina el fondo de una imagen. Devuelve un PNG transparente.
"Remove the background from this product photo"Coste: $0.07 por imagen
upscale
Amplía una imagen a mayor resolución usando IA.
"Upscale this low-res icon"Coste: $0.15 por imagen
generate_logo
Genera logotipos SVG a partir de una descripción de texto.
"Generate a modern tech startup logo with blue and green colors"
"Create 4 line-art logo variants for a coffee shop"Parámetros:
prompt— Descripción de texto del logotipo (obligatorio, mínimo 3 caracteres)style—vector_illustration(por defecto),vector_illustration/line_art,vector_illustration/engraving,vector_illustration/linocutcolors— Colores de marca como objetos RGB, p. ej.[{"r":0,"g":144,"b":255}, {"r":28,"g":183,"b":33}](máximo 5)num_variants— 1, 2 o 4 (cada variante se factura)
Los logotipos se generan con el modelo Recraft v3.
Coste: $0.40 por variante de logotipo
¿Necesitas límites estrictos de
colors/palette, exportaciones DXF/DST/PES omode(cricut/láser/bordado)? Eso está en la API REST completa: llama directamente aPOST https://vectosolve.com/api/v1/vectorize. Consulta vectosolve.com/developers.
Métodos de entrada
Las herramientas de imagen (vectorize, remove_background, upscale) aceptan:
file_path— Ruta de archivo local (p. ej../photo.png)image_url— URL pública (p. ej.https://example.com/image.png)
Proporciona exactamente uno de los dos. generate_logo toma un prompt de texto en su lugar.
Precios
Cada llamada a una herramienta utiliza créditos de tu cuenta de VectoSolve. La respuesta incluye el uso de créditos y el saldo restante.
Compra créditos o suscríbete en vectosolve.com/pricing.
Registros
Este servidor está listado en:
MCP Registry (oficial) —
io.github.Vectosolve/mcp
Consulta PUBLISH-TO-REGISTRIES.md para el manual de publicación/actualización.
Enlaces
Licencia
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