Skip to content
Cursor

Stripe MCP for Cursor

io.github.robinafaruqia/stripe-mcp

Read-only MCP server for querying Stripe customers, payments, and invoices.

client:Cursor transport:stdio runtime:npm

Install Stripe MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stripe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@devtechtricks/stripe-mcp"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Stripe MCP in other clients