beta

Stripe MCP Server Config

MCP Servers

Integrate Stripe for payment processing guidance, API reference, and best practices.

2403/26/2026

Version 1

Published

Initial version

Created 3/26/2026

Initial version — no previous version to compare

MCP Server Config
{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-server-stripe"],
      "env": {
        "STRIPE_SECRET_KEY": "<your-secret-key>"
      }
    }
  }
}