Stripe MCP
查询支付、客户与订阅数据,辅助开发与排查计费问题。
安装命令
终端
npx -y @stripe/mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp"
]
}
}
}查询支付、客户与订阅数据,辅助开发与排查计费问题。
npx -y @stripe/mcp{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp"
]
}
}
}