Stripe
by Stripe (official)
Stripe
6,000102,954/mov0.3.3stdioVerified on npm
Developer ToolsMCP / Integrations
Install & run
Add to claude_desktop_config.json:
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp"
]
}
}
}Overview
Official Stripe MCP server. Create and manage customers, products, prices, invoices and payment links — lets an assistant operate your Stripe account safely.
Tools (4)
create_customerCreate a customer
create_payment_linkCreate a payment link
list_productsList products
create_invoiceCreate an invoice
Key features
- Customers, products, prices
- Invoices and payment links
- Official Stripe server
Use cases
- Set up billing from chat
- Generate payment links
- Query Stripe data
Frequently asked questions about Stripe
Use your Stripe test API key to operate safely in test mode.
Did you find this helpful?