Tool
infrastructure
✓ Verified
NEW
Free
Stripe MCP
Manage Stripe customers, subscriptions, payments, and refunds from your AI agent.
4.7(56 reviews)
23,900 installs
by Stripe
About
The official Stripe MCP server. Create checkout sessions, query customers, manage subscriptions, issue refunds, and read payment history. Always uses test mode unless STRIPE_LIVE_MODE is explicitly set.
Tags
stripepaymentsbillingmcp
MCP Configuration Example
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp", "--tools=all"],
"env": {
"STRIPE_SECRET_KEY": "sk_test_xxx"
}
}
}
}Related Tools
Tool⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
developmentFREE
Filesystem MCP Server
Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.
filesystemfilesmcp
A
Anthropic4.8(384)
156k
★9.8k
Install
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp", "--tools=all"],
"env": {
"STRIPE_SECRET_KEY": "sk_test_xxx"
}
}
}
}S
Stripe
@stripe