Does Stripe have an MCP server?
Stripe maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.stripe.com
- Repository
- stripe/ai
- Maintainer
- Stripe
- License
- MIT
- Language
- TypeScript
- Stars
- 1.7k
- Last commit
- yesterday
- Category
- Finance & Fintech
One-stop shop for building AI-powered products and businesses with Stripe.
Project site: docs.stripe.com
A remote server run by Stripe itself — nothing to install. Documented at docs.stripe.com.
One-stop shop for building AI-powered products and businesses with Stripe.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http stripe https://mcp.stripe.comAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.stripe.com - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"stripe": {
"type": "http",
"url": "https://mcp.stripe.com"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.stripe.com - Complete sign-in, then enable the connector in a new chat
Does Stripe have an official MCP server?
Yes. Stripe maintains an official MCP server, hosted at https://mcp.stripe.com. The source lives at stripe/ai on GitHub.
How do I connect Stripe to Claude?
Add https://mcp.stripe.com as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http stripe https://mcp.stripe.com" in Claude Code.
Do I need to install anything to use the Stripe MCP server?
No. It is a remote server hosted by Stripe, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Official hosted MCP server at mcp.stripe.com (endpoint live, auth-gated; documented at docs.stripe.com/mcp) alongside the stripe/ai repo. GitHub metadata is refreshed every six hours.
Official hosted MCP server at mcp.stripe.com (endpoint live, auth-gated; documented at docs.stripe.com/mcp) alongside the stripe/ai repo.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.