stripepaymentsbillingcommerceofficial

Summary

Stripe's official MCP server — manage customers, products, prices, payment links, invoices, and more via the Stripe API.

Features

  • Create customers, products, and prices
  • Generate payment links and invoices
  • Search Stripe documentation
  • Scoped tool selection
  • Local or hosted remote server

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it, filling in the environment variables with your own values.
  3. Restart the agent — the "Stripe" tools will be available.
{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp",
        "--tools=all"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "sk_test_YOUR_KEY"
      }
    }
  }
}

Description

Stripe's official MCP server, part of the Stripe agent toolkit. It gives an agent access to core Stripe operations — creating customers, products, prices, payment links, and invoices, and searching Stripe's documentation — over your Stripe API key. A hosted remote server is also available.

Related MCP Servers

Browse all MCP servers →