Stripe MCP
Rank #38,401io.github.robinafaruqia/stripe-mcp
Read-only MCP server for querying Stripe customers, payments, and invoices.
Stripe MCP is a Model Context Protocol (MCP) server published by robinafaruqia. It ranks #38,401 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Stripe MCP is listed on Official MCP, with 1 tracked version. It was first listed on Sep 4, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 93,712 of 132,113 servers on MCP Toplist.
Use Stripe MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add stripe-mcp -e "STRIPE_SECRET_KEY=<your STRIPE_SECRET_KEY>" -- npx -y @devtechtricks/stripe-mcpReplace each placeholder with your own value before saving.
[mcp_servers.stripe-mcp]
command = "npx"
args = ["-y", "@devtechtricks/stripe-mcp"]
[mcp_servers.stripe-mcp.env]
STRIPE_SECRET_KEY = "<your STRIPE_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@devtechtricks/stripe-mcp"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@devtechtricks/stripe-mcp"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"stripe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@devtechtricks/stripe-mcp"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@devtechtricks/stripe-mcp"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@devtechtricks/stripe-mcp"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.robinafaruqia%2Fstripe-mcp)<a href="https://mcptoplist.com/server/io.github.robinafaruqia%2Fstripe-mcp"><img src="https://mcptoplist.com/badge/io.github.robinafaruqia%2Fstripe-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
robinafaruqia
Other servers by robinafaruqia
View all robinafaruqia servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Sep 4, 2026 |
Frequently asked questions
- Who maintains Stripe MCP?
- Stripe MCP is maintained by robinafaruqia, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Stripe MCP listed on the Official MCP Registry?
- Yes — Stripe MCP is listed on the Official MCP Registry.
- How many versions does Stripe MCP have?
- MCP Toplist tracks 1 version of Stripe MCP, most recently published on Sep 4, 2026.
- Where can I find the source code for Stripe MCP?
- The source code for Stripe MCP is hosted at github.com/robinafaruqia/stripe-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.