Stripekit MCP Server

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.

People who work with billing, nextjs and stripe and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-07 · ★ 2 · #177 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Stripekit

Claude Code

claude mcp add rafaelcg-stripekit -- npx -y stripekit

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rafaelcg-stripekit": {
      "command": "npx",
      "args": [
        "-y",
        "stripekit"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package stripekit - unscoped; check the name against the project README before installing

registry namespace io.github.rafaelcg is GitHub-verified and matches the repo owner

03 · What Stripekit can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.1 · 2026-07-22

stripekit 0.2.1 · Early public release of stripekit - the create-next-app of Stripe. · What's in · Declarative stripe.config.ts reconciliation (plan / push / pull) · Tag-only mutation, immutable price replace +…

04 · Who maintains Stripekit

stripekit is maintained by rafaelcg. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
finance - ranked #177 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-07-22)
registry
io.github.rafaelcg/stripekit (active, first published 2026-07-15 · 2 versions)
packages
npm:stripekit

06 · Stripekit FAQ

What is Stripekit?

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.

Is Stripekit still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-07 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Stripekit?

Run `npx -y stripekit`. You can also paste the ready-made client config above.

Does Stripekit run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Stripekit