HomeCloud & Monitoring › llmkit

llmkit

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

TypeScript Cloud macOSWindowsLinux
★ 16 stars Last pushed 2026-09-09 License: MIT

Topics: Monitoring

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.10)

npx -y @f3d1/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "llmkit": {
      "command": "npx",
      "args": [
        "-y",
        "@f3d1/[email protected]"
      ],
      "env": {
        "LLMKIT_API_KEY": "<YOUR_VALUE>",
        "LLMKIT_PROXY_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • LLMKIT_API_KEY secret — LLMKit API key. Optional: local tools work without it.
  • LLMKIT_PROXY_URL — LLMKit proxy URL (defaults to hosted service)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry