S
Stripe MCP Server
VerifiedInteract with the Stripe API for payments, customers, and subscriptions.
A Model Context Protocol server for the Stripe payments platform. Enables AI agents to manage customers, payments, subscriptions, invoices, and products through the Stripe API.
Supports creating customers, processing payments, managing subscriptions, and querying transaction history with full Stripe API coverage.
Install
npx -y @stripe/mcp --tools=all --api-key=STRIPE_SECRET_KEY MCP Client Config
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all",
"--api-key=STRIPE_SECRET_KEY"
],
"env": {
"STRIPE_SECRET_KEY": "<your-secret-key>"
}
}
}
} Required Environment Variables
- STRIPE_SECRET_KEY
Capabilities
Tools
create_customercreate_payment_intentlist_customerscreate_subscriptionlist_invoicescreate_product
Compatible With
Claude Desktop Claude Code Cursor
Metrics
1,493
GitHub Stars
945,356
Installs
42,641
Weekly
43
Open Issues
More in API Integrations
Best of API Integrations → G
GitHub MCP Server
Interact with GitHub repositories, issues, and pull requests from AI agents.
open-source 94/100
API Integrations
G
Google Maps MCP Server
Geocoding, directions, and place search via Google Maps API.
open-source 91/100
API Integrations
G
GitLab MCP Server
Manage GitLab projects, merge requests, and CI/CD pipelines from AI agents.
open-source 90/100
API Integrations