stripekit for Grok
io.github.rafaelcg/stripekit
Reconcile a declarative Stripe catalog and inspect your account — plan, push, pull, check.
client:Grok
transport:stdio
runtime:npm
Install stripekit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stripekit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stripekit"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs