beta

Stripe MCP Server Config

MCP Servers

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

2103/26/2026
json1 file
.mcp.json197 B
{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-server-stripe"],
      "env": {
        "STRIPE_SECRET_KEY": "<your-secret-key>"
      }
    }
  }
}