revenue mcp for Grok
io.github.warfare-hub/revenue-mcp
Query MRR, churn, and revenue from Stripe, Gumroad & Lemon Squeezy in Claude
client:Grok
transport:stdio
runtime:npm
Install revenue mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"revenue-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"revenue-mcp"
],
"env": {
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>",
"GUMROAD_ACCESS_TOKEN": "<GUMROAD_ACCESS_TOKEN>",
"LEMONSQUEEZY_API_KEY": "<LEMONSQUEEZY_API_KEY>"
}
}
}
}
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