CodexSpot
S

Stripe MCP Server

Integrates AI assistants with Stripe through MCP, enabling customer management, payment intent creation, and charge history retrieval for your payment workflows.

stdioLocalApiKeynpm

What This Server Exposes

Tools

create_customercreate_payment_intentlist_charges

Setup Instructions

  1. 1Log in to your Stripe Dashboard and navigate to Developers > API Keys
  2. 2Copy your secret key (use a test key for development)
  3. 3Add the Stripe server config to your Claude Desktop configuration
  4. 4Set the STRIPE_SECRET_KEY environment variable
  5. 5Restart Claude Desktop

Configuration

Claude Desktop Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-stripe"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "sk_live_your-stripe-secret-key"
      }
    }
  }
}

Environment Variables

STRIPE_SECRET_KEY
Stripe secret API key (sk_live_ or sk_test_) for authenticating API requests
Required🔒 Secret

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

Your Stripe secret key can create charges and modify customer data. Use restricted keys with only the permissions needed. Always use test keys during development. Never commit keys to version control.

This listing is for informational purposes only. CodexSpot is not affiliated with Stripe MCP Server.