[ MCP_NODE_3863 ]

stripe

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Let your AI agents interact with the Stripe API by using our MCP server.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "stripe-en": {
            "description": "Let your AI agents interact with the Stripe API by using our MCP server.",
            "command": "npx",
            "args": [
                "-y",
                "@stripe/mcp",
                "--tools=all"
            ],
            "env": {
                "STRIPE_SECRET_KEY": "your_stripe_secret_key_here"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.