Stripe · official

Stripe

Query payments, customers, and invoices from Stripe.

Stripe's MCP skill lets an assistant work with your Stripe account: look up payments, list customers, create payment links or invoices. Use a restricted or test-mode API key first — the skill can perform real account actions. Powerful for "how much revenue did product X make last month?" without opening the dashboard.

Install Stripe

You need: an AI app that supports skills (pick yours above) · Node.js (LTS) — one-time install from nodejs.org. Check with `node -v` in a terminal. · An API key (STRIPE_SECRET_KEY) — free tier available, get it at https://dashboard.stripe.com/apikeys

Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp",
        "--tools=all"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "YOUR_STRIPE_SECRET_KEY"
      }
    }
  }
}

Before saving, replace YOUR_STRIPE_SECRET_KEY with your key from Stripe dashboard → API keys (free tier).

Vendor
Stripe
Category
Payments & business
API key
STRIPE_SECRET_KEY
Source

FAQ

What is the Stripe skill?
Stripe's MCP skill lets an assistant work with your Stripe account: look up payments, list customers, create payment links or invoices. Use a restricted or test-mode API key first — the skill can perform real account actions. Powerful for "how much revenue did product X make last month?" without opening the dashboard.
How do I install Stripe in Claude Desktop?
Open Settings → Developer → Edit Config in Claude Desktop and add a stripe entry under mcpServers (the install widget on this page generates the exact block). Fully restart the app afterwards. Local skills run on Node.js — install the LTS version from nodejs.org once.
Does Stripe need an API key?
Yes — STRIPE_SECRET_KEY (free tier available, from https://dashboard.stripe.com/apikeys). The install widget shows where to put it.
Which apps can use Stripe?
Stripe works with Claude Desktop, Claude Code, Cursor, VS Code — any app that supports the Model Context Protocol (MCP).
Is my site ready for AI agents like the ones using Stripe?
Run a free check at https://agentics.page — it audits whether your robots.txt allows the right bots, whether you publish llms.txt and JSON-LD, and whether AI agents can actually consume your site.

Is your domain ready for AI agents?

Assistants equipped with skills like Stripe are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.

Run free check →

Related skills