Skip to main content
Glama

@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 个工具

工具

参数

费用

vectorize

file_path | image_url

$0.20 / 张图片

remove_background

file_path | image_url

$0.07 / 张图片

upscale

file_path | image_url

$0.15 / 张图片

generate_logo

prompt, style?, colors?, num_variants?

$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

根据文本描述生成 SVG 徽标。

"Generate a modern tech startup logo with blue and green colors"
"Create 4 line-art logo variants for a coffee shop"

参数:

  • prompt — 徽标的文本描述(必填,最少 3 个字符)

  • stylevector_illustration(默认)、vector_illustration/line_artvector_illustration/engravingvector_illustration/linocut

  • colors — 品牌颜色,以 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

输入方法

图像工具(vectorizeremove_backgroundupscale)接受:

  • file_path — 本地文件路径(例如 ./photo.png

  • image_url — 公共 URL(例如 https://example.com/image.png

请仅提供两者之一。generate_logo 则接受文本 prompt

定价

每次工具调用都会使用你 VectoSolve 账户中的积分。响应中包含积分使用情况和剩余余额。

vectosolve.com/pricing 购买积分或订阅。

注册表

此服务器已列在:

有关发布/刷新手册,请参阅 PUBLISH-TO-REGISTRIES.md

链接

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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