Skip to main content
Arrow 2and Arrow 2 Telos are here
← All integrations
MCP serverAgents

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/mcp

Codex

codex mcp add quiverai --url https://app.quiver.ai/mcp
codex mcp login quiverai

Cursor (.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"
    }
  }
}

Build the next generation of design tools with us