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 |
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/scott-sowers/quiver-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server