简介
Stripe MCP 是 Stripe 官方 MCP 服务器,GitHub 2,000+ stars。AI Agent 可通过自然语言处理支付、管理客户、创建订阅和查询收入。适合集成 Stripe 支付的开发者。
Official Stripe MCP server that gives AI agents access to payment processing, customer management, subscription billing, and financial reporting through natural language. 2,000+ stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
将以下配置添加到 .mcp.json:
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp-server"],
"env": { "STRIPE_SECRET_KEY": "sk_test_..." }
}
}
}Stripe MCP 是 Stripe 官方 MCP 服务器,GitHub 2,000+ stars。AI Agent 可通过自然语言处理支付、管理客户、创建订阅和查询收入。适合集成 Stripe 支付的开发者。
Created by Stripe. Licensed under MIT.
stripe-mcp — ⭐ 2,000+