★ 5700 TypeScript MIT stdio 更新 18小时前

Stripe MCP Server

连接 Stripe API,查询客户、支付、订阅和账单数据,适合支付后台辅助。

安装配置

{
    "mcpServers": {
        "stripe": {
            "command": "npx",
            "args": [
                "-y",
                "@stripe/mcp"
            ],
            "env": {
                "EXAMPLE_ENV": "replace-with-your-value"
            }
        }
    }
}
STRIPE_SECRET_KEY=sk_test_xxx

README 摘要

连接 Stripe API,查询客户、支付、订阅和账单数据,适合支付后台辅助。 支持通用 MCP JSON 配置复制。可在 Codex、Claude、Cursor 等客户端中按需调整 command、args 和 env。

相关 MCP

GitHub MCP Server

连接 GitHub 仓库、Issues、Pull Requests 和代码搜索的 MCP 服务,适合代码协作和项目问答。

★ 15800 TypeScript stdio 有配置
github code repository

Chrome

Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser funct...

★ 11659 TypeScript sse 有配置
mcp sse TypeScript