Stripe for Claude Desktop
io.github.mcp-dir/stripe-mcp
Payments and billing on Stripe with the full official REST API (api.stripe.com), covers the entire d
client:Claude Desktop
transport:streamable-http
tools:7
Install Stripe in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_stripe"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs