Server Directory
APIIntermediate

Stripe

by Stripe

GitHub
1.4k

Interact with the Stripe API for payment processing. Query customers, subscriptions, invoices, and payment intents. Read-only by default for safety.

CAPABILITIES

  • List and query customers
  • View subscription details
  • Search invoices and payments
  • Check payment intent status
  • Product and price management

INSTALLATION

Terminal
npx -y @stripe/mcp

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@stripe/mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
API
Difficulty
Intermediate
Maintained By
Stripe
NPM Package
@stripe/agent-toolkit

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →