Quiver-MCP
Examples
Generated by Claude calling this MCP. Each took ~60s at n: 3, temperature: 0.9. Both prompts are documented in the tool description, so Claude knows the recipe.
Prompt: exploded isometric view of a Montblanc Meisterstück fountain pen, technical blueprint drawing, thin line art, dotted grid background, labeled components, engineering illustration
Prompt: Japanese crane in traditional woodblock illustration style with warm earth tones
Instructions: Use a warm muted palette with detailed feather work
More variants in examples/.
Related MCP server: SVG Maker MCP Server
Requirements
Node.js 18+
A QuiverAI API key
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"quiverai": {
"command": "npx",
"args": ["-y", "@syntropic/quiver-mcp"],
"env": {
"QUIVERAI_API_KEY": "your_api_key_here"
}
}
}
}Manual
npm install -g @syntropic/quiver-mcp
QUIVERAI_API_KEY=your_api_key_here quiver-mcpTools
generate_svg
Generate one or more SVGs from a text prompt.
Parameter | Type | Required | Description |
| string | yes | Text description of the SVG to generate |
| string | yes | Model ID (use |
| string | no | Additional style or formatting guidance |
| number | no | Number of SVGs to generate (default: 1) |
| number | no | Sampling temperature 0–2 (default: 1) |
| array | no | Up to 4 image references ( |
| string | no | Absolute file path to save SVG(s) to disk. For multiple variants ( |
Prompt tips
The tool description includes extensive prompt guidance, but in short:
Structure prompts with three parts: subject (concrete object), style (aesthetic keywords like
line art,isometric,flat monochrome), and color palette (hex codes where possible).Use famous physical objects the model knows. Avoid abstract software concepts (
AI agent,workflow) — use physical metaphors instead.For exploration, generate 3+ variants at
temperature: 0.9. Some generations produce corrupted tails; extra variants give you options.
vectorize_svg
Convert a raster image (PNG, JPG, etc.) to SVG.
Parameter | Type | Required | Description |
| string | yes | Model ID |
| object | yes | Image to vectorize — |
| boolean | no | Crop to dominant subject before vectorizing (default: false) |
| number | no | Square resize target in pixels before vectorizing |
| number | no | Sampling temperature 0–2 (default: 1) |
| string | no | Absolute file path to save the SVG to disk. Parent directories are created automatically. |
list_models
List all available QuiverAI models with supported operations and pricing.
Environment Variables
Variable | Description |
| Required. Your QuiverAI API key |
Development
npm install
npm run build # compile TypeScript
npm run dev # watch modeLicense
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.Last updated115MIT
- Flicense-qualityDmaintenanceEnables creation, validation, rendering, and optimization of SVG images with conversion capabilities to PNG, React components, React Native components, and Data URIs.Last updated
- 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.Last updated316120MIT
- Flicense-qualityDmaintenanceProvides 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.Last updated
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