Skip to main content
Glama

@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つのツールを公開します:

ツール

パラメータ

コスト

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"

コスト: 画像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

テキストの説明から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モデルで生成されます。

コスト: ロゴ1バリアントあたり$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

2つのうち正確に1つを指定してください。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