Quiver AI MCP Server
Provides tools to generate SVG vector graphics from text prompts and convert raster images into SVG vector format using Quiver AI's vector graphics APIs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Quiver AI MCP Servergenerate a minimalist SVG logo of a geometric owl"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Quiver AI MCP Server
An MCP server that exposes Quiver AI vector graphics APIs as tools, built with XMCP and deployable to Railway.
Tools
Tool | Description |
| Generate SVG vector graphics from a text prompt, with optional reference images |
| Convert a raster image (PNG, JPG) into an SVG vector graphic |
| List available Quiver AI models |
Related MCP server: Recraft AI MCP Server
Setup
Copy
.env.exampleto.envand fill in your keys:QUIVER_API_KEY— from Quiver AIMCP_API_KEY— a strong random string you generate (used to authenticate MCP clients)
Install and run:
npm install npm run devThe MCP endpoint is available at
http://localhost:3000/mcp
Deploy to Railway
Push this repo to GitHub
Create a new Railway project from the repo
Set environment variables in Railway dashboard:
QUIVER_API_KEYMCP_API_KEY
Railway will build and deploy using the Dockerfile
Connect from Claude Desktop
Add to your Claude Desktop MCP config:
{
"mcpServers": {
"quiver-ai": {
"command": "npx",
"args": [
"mcp-remote",
"https://your-railway-domain.up.railway.app/mcp",
"--header",
"Authorization:Bearer YOUR_MCP_API_KEY"
]
}
}
}This server cannot be installed
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
- FlicenseBqualityDmaintenanceAn advanced MCP server for Cline that leverages EverArt's AI models to generate vector and raster images, supporting flexible storage, multiple formats, and robust image generation capabilities.Last updated310

Recraft AI MCP Serverofficial
AlicenseAqualityFmaintenanceAn MCP server that integrates with Recraft AI to enable generation and manipulation of high-quality raster and vector images through tools like image generation, editing, vectorization, background removal, and upscaling.Last updated923360MIT- Alicense-qualityCmaintenanceAI-powered SVG icon generation MCP server. Generate production-ready SVG icons from text descriptions with customizable styles, sizes, and themes.Last updated536MIT
- AlicenseAqualityDmaintenanceEnables AI-powered image to SVG vectorization, background removal, and SVG manipulation directly through MCP-compatible clients. Users can convert images, process batches, and edit vector properties like colors and complexity using the svg.new API.Last updated7311MIT
Related MCP Connectors
MCP server for Flux AI image generation
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for NanoBanana AI image generation and editing
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/scott-sowers/quiver-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server