From link
Runs Stripe Link CLI locally as subprocess for tools managing payment links and fast checkout. Requires Stripe API keys.
npx claudepluginhub stripe/link-cli --plugin linkAdd to your .mcp.json:
{
"mcpServers": {
"link": {
"command": "pnpx",
"args": [
"@stripe/link-cli",
"--mcp"
]
}
}
}pnpx