Plugins
Install RevenueCat in Claude Code, Cursor, Codex, Gemini CLI, and VS Code with a single command
A plugin is the fastest way to set up the AI Toolkit. One install gives your agent the skills and configures the MCP server, so you don't have to set either up on its own.
Plugins are distributed from the RevenueCat/ai-toolkit marketplace.
Install
Install from your AI coding assistant's plugin marketplace.
Claude Code
claude plugins marketplace add RevenueCat/ai-toolkit
claude plugins install revenuecat
Cursor
Install from the Cursor Marketplace:
Or run:
/add-plugin revenuecat
OpenAI Codex
Install and authenticate the RevenueCat plugin from a terminal:
# Add the RevenueCat marketplace
codex plugin marketplace add RevenueCat/ai-toolkit
# Install the RevenueCat plugin
codex plugin add revenuecat@RevenueCat
# Authenticate with RevenueCat
codex mcp login RevenueCat
Adding the marketplace does not install the plugin. The second command installs the revenuecat plugin from the registered RevenueCat marketplace.
Start a new Codex task after installation so the plugin's skills and MCP tools are loaded.
Verify the installation with:
codex plugin list
The output should show revenuecat@RevenueCat as installed, enabled.
For revenuecat-play-billing, also run codex plugin add revenuecat-play-billing@RevenueCat.
If the skills load but RevenueCat tools are unavailable, or the tools disappear after restarting Codex, register the MCP server globally:
codex mcp add RevenueCat --url https://mcp.revenuecat.ai/mcp
codex mcp login RevenueCat
Gemini CLI
gemini extensions install https://github.com/RevenueCat/ai-toolkit
Visual Studio Code
Plugin marketplace support is currently experimental. Add this repository as a plugin marketplace, then install the plugin. See the VS Code agent plugins instructions.
For full installation and authentication instructions, see the RevenueCat AI Toolkit on GitHub.
Available plugins
The marketplace ships two plugins.
RevenueCat
The main plugin. Installs every skill and configures the MCP server against your RevenueCat account.
revenuecat-play-billing
If you ship on Android, revenuecat-play-billing adds in-depth Google Play subscription lifecycle skills: purchases, plan and price changes, payment recovery, webhooks, and security.
Install it alongside the main plugin from the same marketplace.
Authentication
Plugins authenticate with OAuth. Your agent gets access based on your RevenueCat account permissions across all your projects, so you don't need to create or paste an API key.
To review or change what an account can reach, see collaborator permissions. To disconnect a plugin later, revoke its token from Account → Security. See OAuth for how these connections work.
If your environment doesn't support plugins
Install the skills directly:
npx skills add RevenueCat/ai-toolkit
This installs the skills only. Follow the MCP Server Setup guide to connect your agent to your projects.
Next steps
- Browse the skills your agent now has access to
- Review the MCP tools the plugin configured
- Install the CLI if you also want to configure RevenueCat from your terminal