@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"
}
}
}
}API 키는 vectosolve.com/developers에서 받으세요.
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