[ MCP_NODE_3862 ]
Stripe 支付系统
分类:
开发工具
协议:
MCP v1.0
[ 描述 ]
安全访问 Stripe 账户,支持查询交易记录、客户订阅状态和生成支付报告。
[ 配置_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"stripe": {
"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"
}
}
}
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们。
粤公网安备44030002003366号