Quiver-MCP
quiver-mcp
QuiverAI용 MCP 서버 — Claude(또는 MCP 호환 클라이언트)에서 직접 AI를 사용하여 텍스트 프롬프트에서 SVG를 생성하고 래스터 이미지를 벡터화합니다.
예시
이 MCP를 호출하는 Claude에 의해 생성되었습니다. 각 작업은 n: 3, temperature: 0.9 설정에서 약 60초가 소요되었습니다. 두 프롬프트 모두 도구 설명에 문서화되어 있어 Claude가 레시피를 알고 있습니다.
프롬프트: 몽블랑 마이스터스튁 만년필의 분해된 등각 투영도, 기술 청사진 도면, 가는 선 아트, 점선 그리드 배경, 레이블이 지정된 구성 요소, 엔지니어링 일러스트레이션
프롬프트: 따뜻한 흙색 톤의 전통적인 목판화 스타일의 일본 두루미 지침: 따뜻하고 차분한 팔레트와 상세한 깃털 표현을 사용하세요
더 많은 변형은 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과 같은 미적 키워드), 색상 팔레트(가능한 경우 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