Stripe (npx) MCP Server
CommunityContributed by Stripe
Connect to Stripe's official MCP server locally via npx to create payment links, manage customers, invoices, subscriptions, products, refunds, disputes, and query your Stripe account using natural language. Tool permissions are controlled by your Stripe Restricted API Key.
About the Stripe (npx) MCP Server
The Stripe (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Stripe's official MCP server locally via npx to create payment links, manage customers, invoices, subscriptions, products, refunds, disputes, and query your Stripe account using natural language. Tool permissions are controlled by your Stripe Restricted API Key. This is a community-contributed MCP server by Stripe.
Install the Stripe (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stripe/mcp@latest"
],
"env": {
"STRIPE_SECRET_KEY": "${input:STRIPE_SECRET_KEY}"
},
"metadata": {
"inputs": [
{
"id": "STRIPE_SECRET_KEY",
"label": "Stripe Secret API Key",
"description": "Your Stripe secret key (sk_*) or, recommended, a Restricted API Key (rk_*). Tool permissions are scoped by the key: a Restricted API Key only exposes the resources you grant it (e.g. Customers, Payment Links, Invoices, Products, Subscriptions). Use a sandbox/test key (sk_test_*) to avoid touching live data.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "sk_live_***************************",
"obtain": {
"url": "https://dashboard.stripe.com/apikeys",
"instructions": "1. Open the Stripe Dashboard > Developers > API keys\n2. (Recommended) Click 'Create restricted key', name it, and grant only the resource permissions you need (e.g. Read/Write on Customers, Payment Links, Invoices)\n3. Or copy your standard Secret key (reveal the sk_live_ / sk_test_ value)\n4. Copy the key and paste it here",
"button_label": "Open API Keys"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Stripe (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
Install Stripe (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.