Stripe MCP Server
Allows querying customers, revenue, invoices, subscriptions, disputes, and issuing refunds via the Stripe API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Stripe MCP ServerHow much revenue did I make last month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Stripe MCP Server
A Model Context Protocol (MCP) server that connects Claude (or any MCP client) to your Stripe account. Query customers, revenue, invoices, subscriptions, disputes, and issue refunds — all via natural language.
Requirements
Node.js 18+
A Stripe account with a secret API key
Related MCP server: Zenskar MCP Server
Installation
git clone https://github.com/your-username/stripe-mcp-server.git
cd stripe-mcp-server
npm install
cp .env.example .env
# Edit .env and set STRIPE_SECRET_KEYRunning manually
STRIPE_SECRET_KEY=sk_live_... node index.jsClaude Desktop Configuration
Add the following to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"stripe": {
"command": "node",
"args": ["/absolute/path/to/stripe-mcp-server/index.js"],
"env": {
"STRIPE_SECRET_KEY": "sk_live_..."
}
}
}
}Restart Claude Desktop after editing.
Tools
Tool | Description | Parameters |
| List recent Stripe customers |
|
| Total revenue from successful charges in a date range |
|
| List invoices by status ( |
|
| List recent failed charges with failure reasons |
|
| Get all subscriptions for a customer |
|
| Issue a full or partial refund |
|
| List disputes/chargebacks with evidence deadlines |
|
Example prompts
"List my last 20 customers"
"How much revenue did I make in May 2025?"
"Show me all unpaid invoices"
"What failed payments happened recently?"
"Get subscriptions for customer cus_ABC123"
"Refund charge ch_XYZ for $10"
"Are there any open disputes?"
Security
Never commit your
.envfile or hardcode your secret key.Use a restricted key with only the permissions your use case needs.
Use
sk_test_...keys for development.
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI-powered analytics from Stripe, PayPal, and Google Analytics 4 (BigQuery) data sources with built-in guardrails and automated workflows for financial and web performance insights.Last updated

Zenskar MCP Serverofficial
AlicenseBqualityBmaintenanceEnables natural language interaction with the Zenskar billing platform, covering customers, contracts, invoices, payments, accounting, products, plans, and more.Last updated1001021MIT- Alicense-qualityDmaintenanceEnables Claude to integrate with Stripe for creating payment links, processing payments, and managing products and customers.Last updated74MIT
- Alicense-qualityDmaintenanceProvides real-time Stripe subscription analytics including MRR, churn, failed payments, and expiring trials. Enables AI assistants to answer business health questions like 'How's my business doing?'Last updatedMIT
Related MCP Connectors
United States payments for AI agents — Stripe checkout via Stripe. Never holds funds.
Stripe-native marketplace where AI agents discover and pay per call for API services.
Ask your app anything — revenue, errors, read-cost, growth — and get rendered charts back.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lokesh-2025/stripe-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server