Skip to main content
Glama

quiver-mcp

npm version npm downloads License: MIT

QuiverAI 用のMCPサーバーです。Claude(またはMCP互換クライアント)から直接、AIを使用してテキストプロンプトからSVGを生成したり、ラスター画像をベクトル化したりできます。

このMCPを呼び出すClaudeによって生成されました。それぞれ n: 3, temperature: 0.9 で約60秒かかりました。どちらのプロンプトもツール説明に記載されているため、Claudeはレシピを理解しています。

プロンプト: exploded isometric view of a Montblanc Meisterstück fountain pen, technical blueprint drawing, thin line art, dotted grid background, labeled components, engineering illustration

プロンプト: Japanese crane in traditional woodblock illustration style with warm earth tones
指示: Use a warm muted palette with detailed feather work

その他のバリエーションは examples/ を参照してください。

Related MCP server: SVG Maker MCP Server

要件

インストール

Claude Desktop

claude_desktop_config.json に以下を追加します:

{
  "mcpServers": {
    "quiverai": {
      "command": "npx",
      "args": ["-y", "@syntropic/quiver-mcp"],
      "env": {
        "QUIVERAI_API_KEY": "your_api_key_here"
      }
    }
  }
}

手動

npm install -g @syntropic/quiver-mcp
QUIVERAI_API_KEY=your_api_key_here quiver-mcp

ツール

generate_svg

テキストプロンプトから1つ以上のSVGを生成します。

パラメータ

必須

説明

prompt

string

はい

生成するSVGのテキスト説明

model

string

はい

モデルID (list_models でオプションを確認可能)

instructions

string

いいえ

追加のスタイルやフォーマットのガイダンス

n

number

いいえ

生成するSVGの数 (デフォルト: 1)

temperature

number

いいえ

サンプリング温度 0~2 (デフォルト: 1)

references

array

いいえ

パレットと構成のガイダンスのための最大4つの画像参照 ({url} または {base64})。スタイルキーワードはプロンプトテキスト内に含める必要があります。

outputPath

string

いいえ

SVGをディスクに保存するための絶対ファイルパス。複数のバリエーション (n > 1) の場合、ファイルは _1, _2 … というサフィックス付きで保存されます。親ディレクトリは自動的に作成されます。

プロンプトのヒント

ツール説明には広範なプロンプトガイダンスが含まれていますが、要約すると以下の通りです:

  • プロンプトを3つの部分で構成します:被写体(具体的なオブジェクト)、スタイルline art, isometric, flat monochrome などの美的キーワード)、およびカラーパレット(可能な場合は16進数コード)。

  • モデルが知っている有名な物理的オブジェクトを使用してください。抽象的なソフトウェアの概念(AI agent, workflow)は避け、代わりに物理的な比喩を使用してください。

  • 探索を行う場合は、temperature: 0.9 で3つ以上のバリエーションを生成してください。生成物によっては末尾が破損することがあるため、バリエーションを増やすことで選択肢が得られます。

vectorize_svg

ラスター画像(PNG、JPGなど)をSVGに変換します。

パラメータ

必須

説明

model

string

はい

モデルID

image

object

はい

ベクトル化する画像 — {url} または {base64}

autoCrop

boolean

いいえ

ベクトル化の前に主要な被写体にクロップする (デフォルト: false)

targetSize

number

いいえ

ベクトル化前のピクセル単位の正方形リサイズターゲット

temperature

number

いいえ

サンプリング温度 0~2 (デフォルト: 1)

outputPath

string

いいえ

SVGをディスクに保存するための絶対ファイルパス。親ディレクトリは自動的に作成されます。

list_models

サポートされている操作と価格を含む、利用可能なすべてのQuiverAIモデルを一覧表示します。

環境変数

変数

説明

QUIVERAI_API_KEY

必須。 QuiverAI APIキー

開発

npm install
npm run build   # compile TypeScript
npm run dev     # watch mode

ライセンス

MIT

Install Server
A
license - permissive license
A
quality
D
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

  • Generate PWA icon sets and iOS splash screens from a text prompt or an existing image.

  • Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.

  • Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.

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/syntropicsignal-ai/quiver-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server