Quiver-MCP
quiver-mcp
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
要件
Node.js 18以上
QuiverAI APIキー
インストール
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を生成します。
パラメータ | 型 | 必須 | 説明 |
| string | はい | 生成するSVGのテキスト説明 |
| string | はい | モデルID ( |
| string | いいえ | 追加のスタイルやフォーマットのガイダンス |
| number | いいえ | 生成するSVGの数 (デフォルト: 1) |
| number | いいえ | サンプリング温度 0~2 (デフォルト: 1) |
| array | いいえ | パレットと構成のガイダンスのための最大4つの画像参照 ( |
| string | いいえ | SVGをディスクに保存するための絶対ファイルパス。複数のバリエーション ( |
プロンプトのヒント
ツール説明には広範なプロンプトガイダンスが含まれていますが、要約すると以下の通りです:
プロンプトを3つの部分で構成します:被写体(具体的なオブジェクト)、スタイル(
line art,isometric,flat monochromeなどの美的キーワード)、およびカラーパレット(可能な場合は16進数コード)。モデルが知っている有名な物理的オブジェクトを使用してください。抽象的なソフトウェアの概念(
AI agent,workflow)は避け、代わりに物理的な比喩を使用してください。探索を行う場合は、
temperature: 0.9で3つ以上のバリエーションを生成してください。生成物によっては末尾が破損することがあるため、バリエーションを増やすことで選択肢が得られます。
vectorize_svg
ラスター画像(PNG、JPGなど)をSVGに変換します。
パラメータ | 型 | 必須 | 説明 |
| string | はい | モデルID |
| object | はい | ベクトル化する画像 — |
| boolean | いいえ | ベクトル化の前に主要な被写体にクロップする (デフォルト: false) |
| number | いいえ | ベクトル化前のピクセル単位の正方形リサイズターゲット |
| number | いいえ | サンプリング温度 0~2 (デフォルト: 1) |
| string | いいえ | SVGをディスクに保存するための絶対ファイルパス。親ディレクトリは自動的に作成されます。 |
list_models
サポートされている操作と価格を含む、利用可能なすべてのQuiverAIモデルを一覧表示します。
環境変数
変数 | 説明 |
| 必須。 QuiverAI APIキー |
開発
npm install
npm run build # compile TypeScript
npm run dev # watch modeライセンス
MIT
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
- AlicenseBqualityDmaintenanceGenerates SVG diagram files from Mermaid syntax with support for multiple themes and customizable backgrounds, using Puppeteer for reliable rendering.121MIT
- FlicenseNot gradedqualityDmaintenanceEnables creation, validation, rendering, and optimization of SVG images with conversion capabilities to PNG, React components, React Native components, and Data URIs.
- AlicenseAqualityAmaintenanceMCP server that turns AI into an SVG artist. One rendering engine with a rich JSON schema, AI controls all design parameters. Renders animated SVGs with CSS @keyframes and SMIL animations. Supports 16+ element types, parametric curves, pattern groups, gradient/filter/clip/mask definitions, and PNG preview. No external dependencies, runs locally via npx.316420MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools to generate SVG vector graphics from text prompts and convert raster images into vector formats using the Quiver AI API. It enables seamless integration of vector graphic creation and image vectorization directly within MCP-compatible clients.
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.
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/syntropicsignal-ai/quiver-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server