Back to directory
SM

Stripe MCP Server

Official Stripe server for payments, subscriptions, and Billing from your agent.
Last updated July 18, 2026
PaymentsRemote · SSETypeScript1.7k

Overview

Stripe's official hosted MCP server lets an AI agent create payments, manage customers and subscriptions, and query Billing data directly, authenticated via OAuth against your Stripe account.

Use cases

Create a Stripe customer and subscription from a natural-language request.
Look up a customer's payment history without opening the Stripe dashboard.
Issue a refund for a specific charge directly from an agent conversation.

Install

{
  "mcpServers": {
    "stripe": {
      "url": "https://mcp.stripe.com"
    }
  }
}

FAQ

Hosted — Stripe runs the server at mcp.stripe.com and authenticates via OAuth, so there's nothing to install locally for the MCP connection itself.