Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

llmkit in other clients