← All integrations
Agents
MCP server
A hosted Model Context Protocol server over Streamable HTTP with OAuth. Agents list your models, browse and read Gallery creations, create text-to-SVG generations (up to 16 outputs per call), vectorize raster images, animate SVGs where animation is enabled, and poll tasks.
Setup
Claude Code
claude mcp add --transport http quiverai https://app.quiver.ai/mcpCodex
codex mcp add quiverai --url https://app.quiver.ai/mcp
codex mcp login quiveraiCursor (.cursor/mcp.json)
{
"mcpServers": {
"quiverai": {
"url": "https://app.quiver.ai/mcp"
}
}
}VS Code (MCP configuration)
{
"servers": {
"quiverai": {
"type": "http",
"url": "https://app.quiver.ai/mcp"
}
}
}