# 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](https://docs.stripe.com/agents/plugin.md#automatic) is available for Claude Code, Codex, and Cursor. You can manually add AI tooling for [other agents](https://docs.stripe.com/agents/plugin.md#other-agents).

## Install automatically 

Use the Stripe CLI [agent setup](https://docs.stripe.com/cli/agent/setup) command to automatically configure the relevant agent plugin:

```bash
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:

```bash
claude plugin install stripe@claude-plugins-official
```

### Codex

Run this command in your project:

```bash
codex plugin add stripe@openai-curated
```

### Cursor

Run this command in your project:

```bash
/add-plugin stripe
```

### Grok

Run this command in your project:

```bash
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](https://docs.stripe.com/skills.md) for you. You can also manually set up the [Stripe MCP](https://docs.stripe.com/mcp.md#manual) server to give your agent access to live Stripe account data and supported actions.

## See also

- [Stripe MCP](https://docs.stripe.com/mcp.md)
- [Agent skills](https://docs.stripe.com/skills.md)
