Odel
llmkit

llmkit

Local
@smigolsmigol16TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@f3d1/llmkit-mcp-serverv0.4.10

Run

npx -y @f3d1/llmkit-mcp-server

MCP client config

{
  "mcpServers": {
    "llmkit": {
      "command": "npx",
      "args": [
        "-y",
        "@f3d1/llmkit-mcp-server"
      ]
    }
  }
}