Stripe MCP and AI toolkit
Stripe's hosted MCP server plus SDKs and agent skills for building AI products on Stripe.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Building or operating a Stripe integration with an AI coding agent that uses Stripe's own tools and guidance.
About Stripe MCP and AI toolkit
Stripe's AI repository covers its hosted remote MCP server at mcp.stripe.com, which clients reach securely over OAuth, plus agent skills with current Stripe best practices and SDKs such as @stripe/ai-sdk for the Vercel AI SDK and @stripe/token-meter for metering usage from OpenAI, Anthropic and Gemini SDKs.
Stripe MCP and AI toolkit is an open-source project written primarily in TypeScript, with 1.8k stars on GitHub. It was last updated in September 2026.
Add Stripe MCP and AI toolkit to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.
Claude Code
claude mcp add --transport http stripe-mcp https://mcp.stripe.comCursor
{
"mcpServers": {
"stripe-mcp": {
"url": "https://mcp.stripe.com"
}
}
}VS Code
{
"servers": {
"stripe-mcp": {
"type": "http",
"url": "https://mcp.stripe.com"
}
}
}Codex
codex mcp add stripe-mcp --url https://mcp.stripe.comStripe MCP and AI toolkit vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Stripe MCP and AI toolkitthis listing | 1.8k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Stripe MCP and AI toolkit alternatives, compared →
