@vectosolve/mcp
@vectosolve/mcp
VectoSolve MCPサーバー — AI画像ツール(ベクター化、背景削除、アップスケール、ロゴ生成)を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
利用可能なツール
サーバーは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"コスト: 画像1枚あたり$0.20
remove_background
画像から背景を削除します。透明なPNGを返します。
"Remove the background from this product photo"コスト: 画像1枚あたり$0.07
upscale
AIを使用して画像を高解像度にアップスケールします。
"Upscale this low-res icon"コスト: 画像1枚あたり$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モデルで生成されます。
コスト: ロゴ1バリアントあたり$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)
2つのうち正確に1つを指定してください。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