MCP.so
Sign In

Stripe

Payments, billing, customers, Stripe docs

Documentation

About Stripe

Stripe is a payments and financial infrastructure platform for payments, billing, customers, and developer documentation. Its remote MCP server gives assistants Stripe-backed account and implementation context for understanding customer workflows, billing questions, and payment-related tasks.

Connection details

https://mcp.stripe.com

Transport

Streamable HTTP

Authentication

OAuth

Setup

claude mcp add stripe --transport http https://mcp.stripe.com

Frequently asked questions

What is the Stripe remote MCP server?

The Stripe remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.stripe.com, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Stripe MCP server?

Add the endpoint https://mcp.stripe.com to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Stripe MCP server require authentication?

Yes. Stripe uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Stripe MCP server use?

Stripe exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers