@vectosolve/mcp
@vectosolve/mcp
VectoSolve MCP 服务器 — 直接从 Claude Code、Cursor、Windsurf 和其他兼容 MCP 的客户端使用 AI 图像工具(矢量化、去除背景、放大、生成徽标)。
快速设置
添加到你的 MCP 客户端配置(例如 .mcp.json 或 Claude Code 设置):
{
"mcpServers": {
"vectosolve": {
"command": "npx",
"args": ["-y", "@vectosolve/mcp"],
"env": {
"VECTOSOLVE_API_KEY": "vs_xxx"
}
}
}
}在 vectosolve.com/developers 获取你的 API 密钥。
Related MCP server: jgkme/kilo-image-gen-mcp
可用工具
该服务器通过 stdio 提供 4 个工具:
工具 | 参数 | 费用 |
|
| $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
使用 AI 将图像放大到更高分辨率。
"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