Reconcile a declarative Stripe catalog and inspect your account β plan, push, pull, check.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The create-next-app of Stripe. One command takes an app from zero to working payments on your Stripe account: it provisions your catalog from a config file in your repo, and drops in correct-by-construction billing code you own. No hosted service. No revenue share. Nothing to depend on at runtime. Works identically whether a human or an agent runs it.
| Path | What it is |
|---|---|
packages/stripekit | The stripekit npm package β CLI + config API. |
examples/playground | A scratch project to try stripekit against a Stripe test account. |
docs | The VitePress documentation site. |
DESIGN.md | The MVP design: CLI surface, config schema, generated code, build order. |
Built and tested: stripekit init | plan | push | pull | dev | check | mcp.
plan / push / pull) β reconciles your Stripe account to a declarative stripe.config.ts (products, prices, webhook endpoint, customer portal), treating prices as immutable, archiving instead of deleting, and converging idempotently.init β scaffolds stripe.config.ts plus correct-by-construction billing code (webhook handler, state sync, checkout/portal routes) into a Next.js App Router app.dev β wraps stripe listen to forward webhooks locally and capture the signing secret.check β a doctor that verifies keys, config validity, config-vs-account drift, and webhook/portal wiring.There's also a VitePress docs site with a landing page β run pnpm docs:dev. Roadmap (see DESIGN.md): init support beyond Next.js and richer catalog features.
See the package README for usage.
stripekit is built to be driven by agents, not just humans:
stripekit mcp β an MCP server exposing plan/push/pull/check as tools an agent can call.--json and --yes for deterministic, non-interactive use.Install the MCP server one-click in Cursor:
β¦or in Claude Code as a plugin:
See the MCP docs for other clients (Claude Desktop, .cursor/mcp.json, claude mcp add).
Working on stripekit? See AGENTS.md.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/stripekit)<a href="https://allmcps.com/mcp/stripekit"><img src="https://allmcps.com/api/badge/stripekit?style=directory" alt="Stripekit on AllMCPs" /></a>