streamable-httpMITupdated 9d ago
This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe.
stripe 能做什么?

Stripe AI
This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe.
It contains a collection of SDKs to help you integrate Stripe with LLMs and agent frameworks, including:
@stripe/ai-sdk- for integrating Stripe's billing infrastructure with Vercel'saiand@ai-sdklibraries.@stripe/token-meter- for integrating Stripe's billing infrastructure with native SDKs from OpenAI, Anthropic, and Google Gemini, without any framework dependencies.
Model Context Protocol (MCP)
Stripe hosts a remote MCP server at https://mcp.stripe.com. This allows secure MCP client access via OAuth. View the docs here.
You can also build autonomous agents with MCP as well.
Agent skills
Agent skills are instructions that agents can use to build faster and more accurately. Stripe offers a collection of skills that help your agents use the latest best practices when building with Stripe.
If you use one of these popular agent harnesses, we recommend installing the official Stripe plugins, which include additional agent tools and update automatically.
Claude Code
Run this command in your project:
claude plugin install stripe@claude-plugins-official
Codex
Run this command in your project:
codex plugin add stripe@openai-curated
Cursor
Run this command in your project:
/add-plugin stripe
You can also install through the Cursor marketplace.
Grok Build
Run this command in your project:
grok plugin install stripe --trust
Agent Plugins
Installation methods currently vary by client for the new Agent Plugins standard, but you can point your client to our package via:
- Git URL:
https://github.com/stripe/ai - Subdirectory:
providers/agent-plugins/plugin/.
Manual installation
Manually installed skills don’t auto-update. Run
npx skills update -yto get the latest versions.
Run this command in your project:
npx skills add https://docs.stripe.com
License
安装
把 stripe 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http stripe https://mcp.stripe.comcodex mcp add stripe --url https://mcp.stripe.com{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"stripe": {
"type": "http",
"url": "https://mcp.stripe.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stripe": {
"serverUrl": "https://mcp.stripe.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档17/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.2.4最新 | 2025年10月28日 |