mcpbeat Sign in

Stripe MCP Server

by robinafaruqia Your server? Claim it
local only

Stripe MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 233 installs a week from npm. Last commit 7 Sep 2026.

Read-only MCP server for querying Stripe customers, payments, and invoices.

Installs per day peak 179 · avg 7
a month agotoday
233
Installs / week
npm · @devtechtricks/stripe-mcp
1
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Stripe MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add stripe-mcp -- npx -y @devtechtricks/stripe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stripe-mcp": {
      "args": [
        "-y",
        "@devtechtricks/stripe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stripe-mcp]
command = "npx"
args = ["-y", "@devtechtricks/stripe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stripe-mcp": {
      "args": [
        "-y",
        "@devtechtricks/stripe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stripe-mcp": {
      "args": [
        "-y",
        "@devtechtricks/stripe-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Stripe MCP

same job, measured the same way
Stripe MCP Server
by friendlygeorge

MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices

29 installs/wk local only
QuickBooks Online MCP Server
by amin-ale

QuickBooks Online MCP server for invoices, customers, and payments. OAuth 2.1 + PKCE, stdio/HTTP.

49 installs/wk local only
MCP Quickbooks
by codespar

MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L

36 installs/wk local only
Stripe
by stripe

MCP server integrating with Stripe - tools for customers, products, payments, and more.

answering
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering
Alternative Payments
by wyre-technology

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
Alternative Payments
by wyre-ai

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only

Stripe MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Stripe MCP?
Stripe MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @devtechtricks/stripe-mcp was installed 233 times last week.
How do I connect Stripe MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @devtechtricks/stripe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Stripe MCP?
The npm package @devtechtricks/stripe-mcp was installed 233 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stripe MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.