Quiver-MCP
quiver-mcp
QuiverAI 的 MCP 服务器 — 直接从 Claude(或任何兼容 MCP 的客户端)使用 AI 从文本提示生成 SVG 并将栅格图像矢量化。
示例
由 Claude 调用此 MCP 生成。在 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
从文本提示生成一个或多个 SVG。
参数 | 类型 | 必需 | 描述 |
| string | 是 | 要生成的 SVG 的文本描述 |
| string | 是 | 模型 ID(使用 |
| string | 否 | 额外的样式或格式指导 |
| number | 否 | 要生成的 SVG 数量(默认:1) |
| number | 否 | 采样温度 0–2(默认:1) |
| array | 否 | 最多 4 个图像参考( |
| string | 否 | 保存 SVG 到磁盘的绝对文件路径。对于多个变体( |
提示词技巧
工具描述中包含了详尽的提示词指南,简而言之:
将提示词结构化为三个部分:主体(具体对象)、样式(如
line art、isometric、flat monochrome等美学关键词)和 调色板(尽可能使用十六进制代码)。使用模型已知的著名物理对象。避免抽象的软件概念(如
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