mcpopen-sourceverified
Stripe MCP Server
Invoices, customers and payment intents safely
Read Stripe objects and perform scoped mutations. Restricted key per environment means agents cannot accidentally refund production.
Install Stripe MCP Server
Paste into claude_desktop_config.json
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp"
]
}
}
}Run in your terminal
claude mcp add stripe -- npx -y @stripe/mcp Paste into .cursor/mcp.json
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 4,300
- Maintainer
- Stripe (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.