Stripe MCP server
Work with payments and billing in Stripe. Stripe's MCP server lets an assistant create customers, payments, and invoices, and query billing data, so commerce tasks can run from the chat.
Category
PaymentsMaintained by
OfficialProtocol
Model Context ProtocolSource
stripe/agent-toolkit
PaymentsMaintained by
OfficialProtocol
Model Context ProtocolSource
stripe/agent-toolkit
Installing Stripe
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add stripe -- npx -y @stripe/mcp
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
What it does
Stripe's MCP server lets an assistant create customers, payments, and invoices, and query billing data, so commerce tasks can run from the chat.
Like any MCP server, Stripe plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.