S

Stripe MCP

Manage Stripe customers, subscriptions, and payments

Stripe·
Featured
·No reviews yet
Repo Docs
Share:

About

Interact with Stripe: list customers, subscriptions, and payments; create test-mode charges; issue refunds; and inspect webhook events. Use a restricted API key when giving the assistant access to a live account so scope is limited to the operations you actually need.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Stripe MCP.

What is the Stripe MCP used for?
The Stripe MCP allows you to interact with Stripe functions such as listing customers, managing subscriptions, creating payments in test mode, processing refunds, and inspecting webhook events. It streamlines common commerce and payment tasks directly through your agent.
How do I authenticate with the Stripe MCP?
Authentication for the Stripe MCP uses OAuth. You will need to configure your client to handle the OAuth flow to grant the MCP access to your Stripe account. If using a live account, use a restricted API key for limited scope.
What are the core capabilities of the Stripe MCP?
The core capabilities include customer management, subscription handling, payment processing (test mode), refund issuance, and webhook event inspection. It provides a programmatic interface to key Stripe functionalities.
Does the Stripe MCP have any specific prerequisites or considerations?
When connecting to a live Stripe account, it is crucial to use a restricted API key. This limits the scope of operations the agent can perform, enhancing security by adhering to the principle of least privilege.
Is there a cost associated with using the Stripe MCP?
The Stripe MCP itself does not have an explicit cost; however, usage of the underlying Stripe services is subject to Stripe's own pricing and billing policies. Refer to the Stripe documentation for details on their service costs.

Install Stripe MCP

Server URL

https://mcp.stripe.com

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "stripe": {
      "url": "https://mcp.stripe.com",
      "transport": "http",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

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

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "stripe": {
      "type": "http",
      "url": "https://mcp.stripe.com"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.