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"
      }
    }
  }
}

API 키는 vectosolve.com/developers에서 받으세요.

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_art, vector_illustration/engraving, vector_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를 참조하세요.

입력 방법

이미지 도구(vectorize, remove_background, upscale)는 다음을 허용합니다:

  • 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