Zero-install remote MCP server for Stripe. Query customers, subscriptions, invoices, and payment data via a hosted HTTP endpoint. No local process required — connects directly to mcp.stripe.com.
Install via CLI
mog install mogteam/mcp-stripe-remoteConnection URL
https://mcp.stripe.comManual config
Stripe Secret Key (sk_test_... or sk_live_...)
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-stripe-remote": {
"url": "https://mcp.stripe.com",
"env": {
"STRIPE_SECRET_KEY": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
Zero-install remote MCP server for Stripe. Query customers, subscriptions, invoices, and payment data via a hosted HTTP endpoint. No local process required — connects directly to mcp.stripe.com.
mog install mogteam/mcp-stripe-remote
This is a remote MCP server — no local installation needed. Your client connects directly to the hosted endpoint.
stripe payments billing subscriptions remote mcp
Sourced from Stripe (official) — ⭐ 1,200 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Stripe (official)
github.com/stripe/agent-toolkitThis package is sourced from the above repository and distributed on mog under its original license.
Releases