Stripe MCP Server
Rank #31,118io.github.friendlygeorge/stripe-mcp-server
MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices
Stripe MCP Server is a Model Context Protocol (MCP) server published by friendlygeorge. It ranks #31,118 of 115,460 servers tracked on MCP Toplist. Stripe MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 6, 2026 and most recently updated on Jun 6, 2026.
Ranks ahead of 84,342 of 115,460 servers on MCP Toplist.
Use Stripe MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add stripe-mcp-server -- npx -y stripe-mcp-server[mcp_servers.stripe-mcp-server]
command = "npx"
args = ["-y", "stripe-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"stripe-mcp-server": {
"command": "npx",
"args": [
"-y",
"stripe-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"stripe-mcp-server": {
"command": "npx",
"args": [
"-y",
"stripe-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"stripe-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stripe-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"stripe-mcp-server": {
"command": "npx",
"args": [
"-y",
"stripe-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stripe-mcp-server": {
"command": "npx",
"args": [
"-y",
"stripe-mcp-server"
]
}
}
}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.friendlygeorge%2Fstripe-mcp-server)<a href="https://mcptoplist.com/server/io.github.friendlygeorge%2Fstripe-mcp-server"><img src="https://mcptoplist.com/badge/io.github.friendlygeorge%2Fstripe-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
friendlygeorge
Other servers by friendlygeorge
- Docker MCP Server#9,699 · 1 ver
- Resend MCP Server#19,125 · 1 ver
- CoinGecko MCP Server#19,662 · 1 ver
- etherscan-mcp-server#19,663 · 1 ver
- DeFi Llama MCP Server#20,464 · 1 ver
- Jobber MCP Server#21,310 · 1 ver
- plausible-mcp-server#26,212 · 1 ver
- posthog-mcp-server#26,213 · 1 ver
- Jira MCP Server#28,068 · 1 ver
- sentry-mcp-server#35,643 · 1 ver
- Security Scanner MCP Server#38,907
- GraphQL MCP Server#98,768
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 6, 2026 |
Frequently asked questions
- Who maintains Stripe MCP Server?
- Stripe MCP Server is maintained by friendlygeorge, which publishes 14 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Stripe MCP Server listed on the Official MCP Registry?
- Yes — Stripe MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Stripe MCP Server have?
- MCP Toplist tracks 1 version of Stripe MCP Server, most recently published on Jun 6, 2026.
- Where can I find the source code for Stripe MCP Server?
- The source code for Stripe MCP Server is hosted at github.com/friendlygeorge/stripe-mcp-server.