11 tools for cost tracking inside your IDE. 5 work locally without an account or API key.
$ npx @f3d1/llmkit-mcp-server
Add to your MCP client config
{
"mcpServers": {
"llmkit": {
"command": "npx",
"args": ["@f3d1/llmkit-mcp-server"]
}
}
}No API key needed for local tools. Add LLMKIT_API_KEY to env for proxy tools.
Reads Claude Code, Cursor, and Cline session data from your machine.
llmkit_local_sessionCurrent session cost across all detected AI coding tools
llmkit_local_projectsCumulative cost per project, ranked by spend
llmkit_local_cacheCache savings analysis: how much prompt caching saved
llmkit_local_forecastMonthly cost projection, compared to Claude Max subscription
llmkit_local_agentsSubagent cost attribution for the current session
Queries your LLMKit proxy for spend, budgets, and sessions.
llmkit_usage_statsSpend, requests, top models for a time period
llmkit_cost_queryCost breakdown by provider, model, session, or day
llmkit_budget_statusBudget limits and remaining balance
llmkit_session_summaryRecent sessions with cost, duration, models
llmkit_list_keysAll API keys with status
llmkit_healthProxy health and response time
Claude Code
Reads JSONL session files, full cost + token breakdown
Cursor
Via VS Code extension storage, all variants detected
Cline
Parses task data from saoudrizwan.claude-dev extension
Windsurf
VS Code server dirs, auto-detected alongside others
WSL
Scans WSL distros for remote VS Code server data
MIT licensed. Built with Claude Code. Source on GitHub