@vectosolve/mcp
@vectosolve/mcp
MCP-сервер VectoSolve — используйте AI-инструменты для изображений (vectorize, remove background, upscale, generate logos) прямо из Claude Code, Cursor, Windsurf и других MCP-совместимых клиентов.
Быстрая настройка
Добавьте в конфигурацию вашего MCP-клиента (например, .mcp.json или настройки Claude Code):
{
"mcpServers": {
"vectosolve": {
"command": "npx",
"args": ["-y", "@vectosolve/mcp"],
"env": {
"VECTOSOLVE_API_KEY": "vs_xxx"
}
}
}
}Получите API-ключ на vectosolve.com/developers.
Related MCP server: jgkme/kilo-image-gen-mcp
Доступные инструменты
Сервер предоставляет 4 инструмента через stdio:
Инструмент | Параметры | Стоимость |
|
| $0.20 / изображение |
|
| $0.07 / изображение |
|
| $0.15 / изображение |
|
| $0.40 / вариант |
vectorize
Преобразуйте растровое изображение (PNG, JPG, WebP) в чистый векторный формат SVG.
"Vectorize this image" + attach file
"Convert https://example.com/photo.png to SVG"Стоимость: $0.20 за изображение
remove_background
Удалите фон с изображения. Возвращает прозрачный PNG.
"Remove the background from this product photo"Стоимость: $0.07 за изображение
upscale
Увеличьте разрешение изображения с помощью ИИ.
"Upscale this low-res icon"Стоимость: $0.15 за изображение
generate_logo
Создавайте SVG-логотипы по текстовому описанию.
"Generate a modern tech startup logo with blue and green colors"
"Create 4 line-art logo variants for a coffee shop"Параметры:
prompt— Текстовое описание логотипа (обязательно, минимум 3 символа)style—vector_illustration(по умолчанию),vector_illustration/line_art,vector_illustration/engraving,vector_illustration/linocutcolors— Фирменные цвета в виде RGB-объектов, например[{"r":0,"g":144,"b":255}, {"r":28,"g":183,"b":33}](максимум 5)num_variants— 1, 2 или 4 (каждый вариант оплачивается)
Логотипы создаются с помощью модели Recraft v3.
Стоимость: $0.40 за вариант логотипа
Нужны жёсткие ограничения
colors/palette, экспорт в DXF/DST/PES илиmode(cricut/laser/embroidery)? Это доступно в полном REST API — вызывайтеPOST https://vectosolve.com/api/v1/vectorizeнапрямую. См. vectosolve.com/developers.
Способы ввода
Инструменты для изображений (vectorize, remove_background, upscale) принимают:
file_path— Локальный путь к файлу (например,./photo.png)image_url— Публичный URL (например,https://example.com/image.png)
Укажите ровно один из двух. generate_logo вместо этого принимает текстовый prompt.
Цены
Каждый вызов инструмента использует кредиты с вашего аккаунта VectoSolve. В ответе указывается расход кредитов и остаток баланса.
Купите кредиты или оформите подписку на vectosolve.com/pricing.
Реестры
Этот сервер указан в:
MCP Registry (официальный) —
io.github.Vectosolve/mcp
См. PUBLISH-TO-REGISTRIES.md для инструкции по публикации/обновлению.
Ссылки
Лицензия
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