Transaction Lookup
Find payments by customer, amount, or date.
Find all payments from customer@example.comManage Stripe payments, customers, and subscriptions from your AI assistant.
Everything you need to know about Stripe MCP
Our scoring algorithm analyzes multiple dimensions to help you make informed decisions.
This is a simplified score based on publicly available data. Full scoring with all 5 dimensions coming soon!
Based on 1.2k GitHub stars
Last updated 68 days ago
Explore the 0 tools available in Stripe MCP
We haven't indexed the tools for this MCP yet. This usually means:
Add Stripe MCP to your AI coding assistant
~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp-server"
],
"env": {
"STRIPE_SECRET_KEY": "your_stripe_secret_key"
}
}
}
}STRIPE_SECRET_KEY Replace your_stripe_secret_key with your actual valueCopy these prompts to get started with Stripe MCP
Open your AI assistant with Stripe MCP enabled, paste any prompt below, and watch the magic happen.
Common workflows and scenarios for Payments MCPs
Find payments by customer, amount, or date.
Find all payments from customer@example.comCheck subscription details and billing cycles.
What plan is this customer on?Process refunds with proper documentation.
Refund the last payment for customer #123Get quick revenue summaries and metrics.
What was our MRR last month?Key advantages of integrating Stripe MCP with your AI assistant
Look up billing info without dashboard navigation.
AI interactions create a record of billing queries.
Most MCPs require explicit confirmation for writes.
Typical tools found in Payments MCPs
get_customer readGet customer billing details
list_payments readList payments with filters
get_subscription readGet subscription details
create_refund writeProcess a refund
Technologies commonly used with Stripe MCP
Get personalized recommendations for your project with our AI-powered Stack Builder.