Skip to main content
Glama

quiver-mcp

npm version npm downloads License: MIT

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

要求

安装

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。

参数

类型

必需

描述

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 等后缀保存。父目录会自动创建。

提示词技巧

工具描述中包含了详尽的提示词指南,简而言之:

  • 将提示词结构化为三个部分:主体(具体对象)、样式(如 line artisometricflat monochrome 等美学关键词)和 调色板(尽可能使用十六进制代码)。

  • 使用模型已知的著名物理对象。避免抽象的软件概念(如 AI agentworkflow)——请改用物理隐喻。

  • 为了探索效果,请在 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