MCP Configs2026年4月6日·1 分钟阅读

Stripe MCP — Payments API Server for AI Agents

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.

MC
MCP Hub · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 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+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产