Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Agent plugins for Stripe


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:

Command Line

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:

Command Line

claude plugin install stripe@claude-plugins-official

Codex

Run this command in your project:

Command Line

codex plugin add stripe@openai-curated

Cursor

Run this command in your project:

Command Line

/add-plugin stripe

Grok

Run this command in your project:

Command Line

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.

See also

Last verified 2026-09-24

Is this helpful?