CursorPool
← 返回 MCP 列表
Stripe MCP

Stripe MCP

查询支付、客户与订阅数据,辅助开发与排查计费问题。

Stripe·640 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @stripe/mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp"
      ]
    }
  }
}