Payments ✓ Official ★ Featured Updated Dec 2025

Stripe MCP

Manage Stripe payments, customers, and subscriptions from your AI assistant.

70 /100
Popular Based on GitHub stars

Quick Overview

Everything you need to know about Stripe MCP

Best For

  • Workflow automation
  • Tool integration
  • Developer productivity

Requirements

  • Node.js 18+ or Bun

Quick Start

  1. 1Install via npx or bun
  2. 2Add to your MCP config
  3. 3Restart your AI assistant
  4. 4Start using 0 tool

How good is this MCP?

Our scoring algorithm analyzes multiple dimensions to help you make informed decisions.

61 /100
Good

Score Breakdown by Dimension

This is a simplified score based on publicly available data. Full scoring with all 5 dimensions coming soon!

Adoption How popular and trusted is this MCP?
61

Based on 1.2k GitHub stars

Activity Is this project actively maintained?
60

Last updated 68 days ago

Deterministic Scoring Based on real data from GitHub, npm, and MCP manifests. Same input = same score.
Coming Soon

More insights on the way

Trend Analysis Track how the score evolves over time
Percentile Ranking See where this MCP ranks among all servers
Compare MCPs Side-by-side comparison of similar servers

What can this MCP do?

Explore the 0 tools available in Stripe MCP

Tool Discovery Pending

We haven't indexed the tools for this MCP yet. This usually means:

  • The MCP manifest isn't published or is in a custom format
  • Tools are dynamically generated at runtime
  • The repository was recently added to our catalog
Check the GitHub Repository

Get Started in Seconds

Add Stripe MCP to your AI coding assistant

4 Compatible IDEs
npx One-command install
1 Required secret
Choose your IDE:
Config file location ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
JSON
{
  "mcpServers": {
    "stripe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp-server"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "your_stripe_secret_key"
      }
    }
  }
}
Environment Variables Required These secrets are needed for the MCP to work
  • STRIPE_SECRET_KEY Replace your_stripe_secret_key with your actual value
1 Save the configuration file
2 Restart Claude Desktop
Ready to use!

Try It Out

Copy these prompts to get started with Stripe MCP

How to use these prompts

Open your AI assistant with Stripe MCP enabled, paste any prompt below, and watch the magic happen.

4 official examples
Workflows

Use Cases

Common workflows and scenarios for Payments MCPs

01

Transaction Lookup

Find payments by customer, amount, or date.

Find all payments from customer@example.com
02

Subscription Status

Check subscription details and billing cycles.

What plan is this customer on?
03

Refund Processing

Process refunds with proper documentation.

Refund the last payment for customer #123
04

Revenue Analytics

Get quick revenue summaries and metrics.

What was our MRR last month?

Why use Payments MCPs?

Key advantages of integrating Stripe MCP with your AI assistant

1

Fast Support

Look up billing info without dashboard navigation.

2

Audit Trail

AI interactions create a record of billing queries.

3

Safe by Default

Most MCPs require explicit confirmation for writes.

Example Prompts — Stripe MCP
3 prompts

Important Considerations

  • Use restricted API keys with minimal permissions
  • Always confirm before processing refunds or charges
  • Be aware of PCI compliance requirements
  • Never log or store full payment details
Tools

Common Tool Patterns

Typical tools found in Payments MCPs

get_customer read

Get customer billing details

list_payments read

List payments with filters

get_subscription read

Get subscription details

create_refund write

Process a refund

Works great with

Technologies commonly used with Stripe MCP

Frequently Asked Questions