💳

Stripe MCP Server

Community

AI 集成 Stripe 支付:创建支付、查询交易、管理订阅、生成报告

0.1k
GitHub Stars
stdio
安装方式
MIT
开源协议
5
可用工具

📖 详细介绍

Stripe MCP Server,让 AI 操作 Stripe 支付平台。支持创建支付意图、查询交易、管理客户和订阅、生成财务报告。

核心特性

完整 Stripe API
测试模式支持
Webhook 集成
多币种
活跃维护

🛠️ 可用工具 (5)

create_payment_intent()
list_customers()
get_balance()
list_subscriptions()
create_refund()

🎯 适用场景

AI 财务助理
自动对账
订阅管理
退款处理
收入分析

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • Stripe API Key
  • 建议使用受限 Key

安装命令

npx -y stripe-mcp

Claude Desktop 配置 (claude_desktop_config.json)

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

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 金融与商业 MCP

Stripe MCP Server金融与商业 分类下的 MCP server 之一