stripe Plugin
Plugin Claude Code Development Payments & FintechClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
This item is the Claude Code plugin for Stripe, found in the providers/claude/plugin directory of the stripe/ai GitHub repository. According to the repository README, it is installed by running claude plugin install stripe@claude-plugins-official and provides agent skills that help Claude use current best practices when building with Stripe. The plugin directory contains agents, commands, and skills folders plus an .mcp.json file, indicating it configures MCP (Model Context Protocol) connectivity alongside custom agents and commands. The broader stripe/ai repository also documents a remote MCP server at for OAuth-based client access. The repository is licensed under MIT.
Overview
Stripe AI is a GitHub repository (stripe/ai) providing SDKs and integrations for building AI-powered products on Stripe, including @stripe/ai-sdk for Vercel's ai/@ai-sdk libraries and @stripe/token-meter for native OpenAI/Anthropic/Google Gemini SDKs. This specific item is the Claude Code plugin subset of that repository, packaging Stripe agent skills, agents, commands, and MCP configuration for use within Claude Code.
What you can do with stripe
- Install the plugin in a project via claude plugin install stripe@claude-plugins-official
- Get automatic updates to the plugin (per the README, official plugins update automatically, unlike manually installed skills)
- Use bundled agents, commands, and skills directories (specific contents unknown from the given sources)
- Connect to Stripe's remote MCP server () via the included .mcp.json configuration, enabling OAuth-secured MCP client access
- Reference Stripe's agent skills for best practices when integrating Stripe (per the README's general description of Agent skills)
Sources
Original description (English)
Stripe development plugin for Claude
History of stripe
- Plugin Added stripe