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.

介绍

Stripe MCP is Stripe's official MCP server with 2,000+ GitHub stars. AI agents can process payments, manage customers, create subscriptions, and query revenue through natural language. Ideal for developers integrating Stripe payments.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": ["-y", "@stripe/mcp-server"],
      "env": { "STRIPE_SECRET_KEY": "sk_test_..." }
    }
  }
}

Intro

Stripe MCP is Stripe's official MCP server with 2,000+ GitHub stars. AI agents can process payments, manage customers, create subscriptions, and query revenue through natural language. Ideal for developers integrating Stripe payments.


Source & Thanks

Created by Stripe. Licensed under MIT.

stripe-mcp — ⭐ 2,000+

🙏

来源与感谢

Created by Stripe. Licensed under MIT.

stripe-mcp — ⭐ 2,000+

讨论

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