Stripe-Payments-MCP-Server

patnaikt4/Stripe-Payments-MCP-Server
★ 0 stars Python 🔌 API Integration Updated 1d ago
Learning how to build MCP
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stripe-payments-mcp-": {
      "command": "uvx",
      "args": [
        "stripe-payments-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install stripe-payments-mcp-server