Skip to content
Agent Search Engine.

Record · stripe-mcpMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

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 CodeRun in your terminal
claude mcp add --transport http stripe-mcp https://mcp.stripe.com
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "stripe-mcp": {
      "url": "https://mcp.stripe.com"
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "stripe-mcp": {
      "type": "http",
      "url": "https://mcp.stripe.com"
    }
  }
}
CodexRun in your terminal
codex mcp add stripe-mcp --url https://mcp.stripe.com

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Stripe MCP and AI toolkit vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Stripe MCP and AI toolkitMCP serverthis listing1.8kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Stripe MCP and AI toolkit alternatives, compared →