Skip to content
Claude Desktop

SparkPay for Claude Desktop

dev.sparkpay/sparkpay

Stripe billing for indie apps: plans, coupons, subscriptions, customers and revenue reporting.

client:Claude Desktop transport:streamable-http

Install SparkPay in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sparkpay": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://sparkpay.dev/api/mcp/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

SparkPay in other clients