Stripe AI
Stripe's official MCP server, plugins and skills: the agent searches the API and docs, reads and changes account data
Install
claude plugin install stripe@claude-plugins-officialThe plugin connects the MCP server and skills.
This is third-party code. Review the repository files before installing.
What it does
The repository gathers everything Stripe ships for agents. The hosted MCP server provides tools to search API methods, read and write data through the API, search documentation and plan an integration. Plugins for Claude Code, Codex and Cursor connect that server and install skills with current integration practices. For app builders there are SDKs for metering token usage and billing via Vercel AI SDK or model providers' native SDKs. Stripe requires a human to confirm refunds and outbound payments through a link.
Who it is for. For developers integrating Stripe payments into a product or investigating account data with an agent.
Good fit when
- You need to build a Stripe integration from current docs
- You need to find a payment, customer or subscription in a sandbox account
- You need to bill users for token usage in an AI app
Not a fit when
- The business operates in Russia: Stripe is unavailable to Russian companies
- The agent must not reach a live account without a restricted key
Example request
Find the latest failed payments in the sandbox and explain the decline reasonsLimitations
Requires a Stripe account with OAuth or a restricted API key. Stripe does not serve Russian companies and is unavailable from Russia. Analytics and Treasury tools are in preview. Stripe advises enabling tool confirmation and care when combining it with other MCP servers because of prompt injection.
How to disable. Remove the stripe server from the MCP config or the stripe plugin in the agent. Revoke the OAuth session in Stripe user settings under OAuth sessions.
MCP
- Transport
- http
- Authentication
- OAuth
Security check
- Can create and change payment objects, subscriptions and invoices
- Handles money and customer data
README in short
The README lists the @stripe/ai-sdk and @stripe/token-meter SDKs, gives the hosted MCP server address with OAuth, and provides plugin install commands for Claude Code, Codex, Cursor and Grok Build. Manual skill install via npx skills is described separately. Tool and setup details live in Stripe's documentation. MIT licensed.
FAQ
Can I skip OAuth?
Yes, pass a restricted API key in the Authorization: Bearer header. Acting for Connect accounts requires a key.
Plugin or MCP?
Stripe recommends the plugin: it connects the MCP server and keeps skills updated.
Related
The official CCXT MCP server and skills: market data, balances and opt-in trading across crypto exchanges and prediction markets
Skill plugins for analyzing stocks, earnings, options and startups, plus readers for social feeds and market data
Skills and an MCP server for options traders: quotes, technical analysis, Greeks, spreads, scanners and Interactive Brokers portfolio
Official Alpha Vantage MCP server: quotes, historical series, indicators and company data