llmkit for Grok
io.github.smigolsmigol/llmkit
AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs
client:Grok
transport:stdio
runtime:npm
Install llmkit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"llmkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@f3d1/llmkit-mcp-server"
],
"env": {
"LLMKIT_API_KEY": "<LLMKIT_API_KEY>",
"LLMKIT_PROXY_URL": "<LLMKIT_PROXY_URL>"
}
}
}
}
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