Stripe for Grok
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:Grok
transport:streamable-http
tools:7
Install Stripe in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stripe-mcp": {
"type": "http",
"url": "https://api.mcp.ai/p_stripe"
}
}
}
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