Agent plugins for Stripe
Give your AI coding assistant Stripe’s latest guidance and access to live account data.
Stripe’s agent plugins give your AI agent access to Stripe developer tools, live account data, and the latest skills and technical guidance. This context helps agents build and operate Stripe integrations faster and more accurately, while avoiding outdated APIs and common mistakes.
Automatic plugin support is available for Claude Code, Codex, and Cursor. You can manually add AI tooling for other agents.
Install automatically
Use the Stripe CLI agent setup command to automatically configure the relevant agent plugin:
npm install -g @stripe/cli@latest stripe agent setup
This command automatically detects which agents you use, and runs the applicable commands.
Manually install
Alternatively, choose your AI agent and run the applicable command:
Claude Code
Run this command in your project:
claude plugin install stripe@claude-plugins-official
Codex
Run this command in your project:
codex plugin add stripe@openai-curated
Cursor
Run this command in your project:
/add-plugin stripe
Grok
Run this command in your project:
grok plugin install stripe --trust
Other AI agents
If there isn’t a Stripe plugin for your agent, run stripe agent setup to install agent skills for you. You can also manually set up the Stripe MCP server to give your agent access to live Stripe account data and supported actions.