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 "Deploy 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 deployed
Maintenance
Related MCP Connectors
Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.
Generate AI images and videos from any compatible MCP client.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Create and manage AI image and video generations through Quriov's fixed public MCP tools.
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.310-

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.9139 npm60MIT- AlicenseNot gradedqualityCmaintenanceAI-powered SVG icon generation MCP server. Generate production-ready SVG icons from text descriptions with customizable styles, sizes, and themes.45 npm6MIT
- 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.711 npm1MIT