Agent plugins
Install QuiverAI plugins for Codex and Cursor.
QuiverAI publishes public agent plugins for clients that can load plugin bundles. The plugins package the hosted MCP server configuration with QuiverAI-specific agent instructions for SVG generation, vectorization, and animation.
Use a plugin when your client supports plugin installation from a GitHub repository. Use the manual MCP setup on the MCP server page when your client does not support plugins yet.
Available plugins
Codex plugin
Installs QuiverAI MCP configuration and the QuiverAI skill for Codex.
Cursor plugin
Installs QuiverAI MCP configuration and the QuiverAI skill for Cursor.
What the plugins include
- A client-specific plugin manifest.
- MCP server configuration for
https://app.quiver.ai/mcp. - The QuiverAI skill that guides agents through model selection, reference-image uploads, generation, vectorization, animation, polling, and SVG content retrieval.
- A manual fallback snippet in each public repository README.
The MCP server remains hosted by QuiverAI. The plugins only package setup metadata and agent instructions.
Install and authenticate
Install the public plugin from:
https://github.com/quiverai/codex-pluginAfter installation, verify that the MCP server is registered:
codex mcp listIf Codex marks the server as needing login, start the OAuth flow:
codex mcp login quiveraiInstall the public plugin from:
https://github.com/quiverai/cursor-pluginAfter installation, verify that the MCP server is registered:
cursor-agent mcp list
cursor-agent mcp list-tools quiveraiIf Cursor marks the server as needing login, authenticate from Cursor’s MCP UI or run:
cursor-agent mcp login quiveraiTroubleshooting
If your client does not discover the plugin’s MCP server, use the manual MCP configuration from the MCP server page. If authentication opens in the browser but does not return to the client, remove the saved MCP connection from your client and add it again.
For account issues, contact us.