Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Stripe

$5/moMaintained

Payments, customers, subscriptions

$0.05one-time · install

Paid MCP. Author gets 70%, Unyly 30%.

connect · remote MCP

The “Add custom connector” dialog opens pre-filled — verify the URL, set Authentication = OAuth → Add, then sign in to Unyly and authorize.

connector url
https://mcp.stripe.com
GitHubEmbed

About

Query Stripe data safely in Claude. Look up customers, check subscription status, inspect failed payments. Read-only by default.

README

Hero GIF

Stripe AI

This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe.

It contains a collection of SDKs to help you integrate Stripe with LLMs and agent frameworks, including:

  • @stripe/ai-sdk - for integrating Stripe's billing infrastructure with Vercel's ai and @ai-sdk libraries.
  • @stripe/token-meter - for integrating Stripe's billing infrastructure with native SDKs from OpenAI, Anthropic, and Google Gemini, without any framework dependencies.

Model Context Protocol (MCP)

Stripe hosts a remote MCP server at https://mcp.stripe.com. This allows secure MCP client access via OAuth. View the docs here.

You can also build autonomous agents with MCP as well.

Agent skills

Agent skills are instructions that agents can use to build faster and more accurately. Stripe offers a collection of skills that help your agents use the latest best practices when building with Stripe.

If you use one of these popular agent harnesses, we recommend installing the official Stripe plugins, which include additional agent tools and update automatically.

Claude Code

Run this command in your project:

claude plugin install stripe@claude-plugins-official

Codex

Run this command in your project:

codex plugin add stripe@openai-curated

Cursor

Run this command in your project:

/add-plugin stripe

You can also install through the Cursor marketplace.

Grok Build

Run this command in your project:

grok plugin install stripe --trust

Manual installation

Manually installed skills don’t auto-update. Run npx skills update -y to get the latest versions.

Run this command in your project:

npx skills add https://docs.stripe.com

License

MIT

from github.com/stripe/agent-toolkit

Install Stripe in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install stripe

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add stripe --env STRIPE_SECRET_KEY="<sk_live_...>" -- npx -y @stripe/mcp

Step-by-step: how to install Stripe

Tools exposed

These are the functions Claude can call when this MCP is active.

get_customer
list_subscriptions
get_charge
search_invoices

FAQ

Is Stripe MCP free?

Stripe MCP is paid ($5).

Does Stripe need an API key?

Yes, it requires environment variables: STRIPE_SECRET_KEY. Unyly injects them into the config during install.

Is Stripe hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Stripe in Claude Desktop, Claude Code or Cursor?

Open Stripe on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Stripe with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs