statlyte — live LLM pricing for Grok
io.github.richardwilkinson9/statlyte
Live LLM pricing, context windows and model ids, read from each vendor's own page every 3 hours.
client:Grok
transport:stdio
runtime:npm
Install statlyte — live LLM pricing in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"statlyte": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statlyte"
]
}
}
}
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