stripekit for Cursor
io.github.rafaelcg/stripekit
Reconcile a declarative Stripe catalog and inspect your account — plan, push, pull, check.
client:Cursor
transport:stdio
runtime:npm
Install stripekit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stripekit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stripekit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs