Why Anyone Needs a Claude Counter Extension
If you use claude.ai daily, you've hit the problem: Claude's built-in usage display is rounded, delayed, and uninformative. You get a vague "you've used X% of your weekly limit" hours after the fact. You don't see how many tokens your current conversation is consuming. You don't know if the giant document you pasted just burned through 40% of your window. You don't know when your usage resets.
That's what Claude counter / usage tracker extensions solve. They read Claude's live /usage endpoint and SSE message_limit data, then render it in a way you can actually act on.
I installed all four of the main extensions currently on the Chrome Web Store, used them for a week each, and ranked them by what they actually do well. Here's the short version.
The 4 Extensions at a Glance
| Extension | Best for | Active dev | Open source |
|---|---|---|---|
| Claude Usage Tracker (lugia19) | Most users — most complete | Yes (updated April 2026) | Yes (GitHub) |
| Claude Counter (she-llac) | Minimalists — just the numbers | Yes | Yes (GitHub) |
| Claude Usage Boost Tracker | People tracking Anthropic promos | Sporadic | Unknown |
| Claude.ai native usage page | Nothing — too rounded to be useful | N/A | N/A |
1. Claude Usage Tracker (by lugia19) — The One Most People Should Install
Link: Chrome Web Store — "Claude Usage Tracker"
What it shows:
- Live token consumption for the current conversation (not rounded)
- Total weekly limit remaining
- Breakdown of consumption by source: uploaded files, project knowledge, chat history, AI responses
- Reset countdown timer
Why it wins:
The extension pulls from both Claude's public /usage endpoint AND the live SSE message_limit stream. This gives you exact, unrounded utilization fractions — much more accurate than the rounded percentages on claude.ai's native /usage page.
The breakdown by source is the killer feature. If you attach a 50-page PDF to a project, you can see exactly what percentage of your window that PDF is now permanently eating. Most users who install this extension discover they had 1-2 "zombie" files eating huge chunks of their limits.
Recent release (5.1.5, April 1 2026) added support for the Claude 4.7 Opus context window and fixed a counting bug around multi-tool-use responses.
Where it falls short:
The UI is utilitarian. If you want something that looks beautiful, look elsewhere. Also: the overlay can collide with claude.ai UI changes — occasional layout glitches when Anthropic pushes a new UI version. Usually patched within days.
Install if: You want the most comprehensive view of your Claude usage and don't mind a slightly cramped UI.
2. Claude Counter (by she-llac) — Minimalist, Clean
Link: Chrome Web Store — "Claude Counter"
What it shows:
- Token count for the current context
- Progress bar against the 200K context limit
- Cache timer countdown (how long until your current context cache expires)
- Session usage bar + weekly usage bar
- Reset countdowns
Why it wins:
The UI is clean and gets out of your way. Sits in a corner of claude.ai without overlapping anything. The cache timer is the underrated feature — helps you understand why Claude responses suddenly get slower (cache expired, full re-read triggered).
Much smaller feature surface than Claude Usage Tracker, which makes it stable and simple.
Where it falls short:
No breakdown of what's eating your tokens. You see the number, not the cause. If you're trying to diagnose WHY your context is bloated, you need Claude Usage Tracker instead.
Install if: You want a clean, always-visible counter without a lot of UI. Good for people who already know how to optimize their contexts — they just want the number.
3. Claude Usage Boost Tracker — Niche
Link: Chrome Web Store — "Claude Usage Boost Tracker"
What it shows:
- Whether Anthropic's current usage promotion (e.g., 2x usage during off-peak hours) is currently active
- Countdown until the next boost window
Why it exists:
Anthropic periodically runs "boost" promotions — recent one was March 13-27, 2026, offering 2x usage outside 8 AM - 2 PM ET. This extension tells you when the boost is on so you can time heavy tasks accordingly.
Where it falls short:
It's narrow. If no boost promo is running, the extension has nothing useful to show you. Update cadence tracks Anthropic's promotion announcements — gaps of weeks-to-months are normal.
Install if: You're a heavy claude.ai user who's willing to schedule big tasks around promo windows. Otherwise skip.
4. Native Claude.ai /usage Page — Don't Rely On It
Claude's native usage page (at claude.ai/usage) is the baseline most users see. It shows rounded percentages and updates on a delay. It's fine for monthly check-ins. It's useless for knowing whether your current conversation is about to tap out.
For any active use, install one of the extensions above.
Which One to Pick
Decision tree:
- "I want the most information, I don't mind a dense UI" → Claude Usage Tracker (lugia19)
- "I want a clean, always-visible number" → Claude Counter (she-llac)
- "I want to time tasks around Anthropic promo windows" → Claude Usage Boost Tracker
- "I just want to know my monthly usage" → Claude's native page is fine
Most people: install Claude Usage Tracker. The breakdown-by-source feature alone saves you real money and time.
The Bigger Question: How to Reduce Claude Usage in the First Place
A counter tells you when you're burning tokens. It doesn't tell you how to burn fewer. The usage trackers that really matter are the ones that change your behavior. Some rules that cut our own team's usage by ~40%:
- Don't paste whole documents. Paste sections. If the answer is in section 3, paste section 3. Pasting the whole 200-page PDF "just in case" is the #1 reason people run out of context.
- Use prompt codes that reduce output length. Codes like
/ghostand/rawproduce tighter responses. Less output = less token burn on long conversations. - Start a new conversation when switching topics. Context carries. A conversation that drifted from "help me with Python" to "help me plan a trip" is still paying to re-read Python context on every turn.
- On big codebases, use Graphify — it cuts token use 6.8x-49x by making Claude read structure before files.
We maintain a free library of 2,300+ Claude skill files that includes skills specifically designed to keep outputs compact. The "concise-responder" and "structured-output" skills are the two most downloaded for people fighting token bloat.
Free + Paid Resources
- 120 prompt codes with test results — free library showing which codes tighten output and which inflate it
- 40-page Claude guide — free PDF covering context management, token budgeting, and prompt strategies (Chapter 7 specifically on MCP and context)
- Pro Cheat Sheet — 120 tested codes with deep-dive entries including token-cost impact for each
FAQ
Are these extensions safe?
Claude Usage Tracker (lugia19) and Claude Counter (she-llac) are both open source on GitHub. You can read the full source before installing. Boost Tracker is closed-source but has a long enough history on the Chrome store to be reasonably trusted.
Do they work with Claude on Firefox?
Claude Usage Tracker has a Firefox version on the Mozilla Add-ons store. The others are Chrome-only as of April 2026.
Will they slow down claude.ai?
No measurable slowdown. The extensions poll Claude's own API endpoints, not reprocess the DOM heavily. Network overhead is negligible.
Can I use more than one at a time?
Technically yes, but the UIs will overlap. Pick one.
Do they show API usage (not just claude.ai)?
No. These are claude.ai-specific. For API usage you need Anthropic's console dashboard or your own monitoring setup. Chrome extensions can't see your API-side usage.
Does Anthropic endorse these?
No. They're third-party. Anthropic has not said they're against them, but the extensions use endpoints that aren't officially documented as public. Risk: Anthropic could change those endpoints at any time and break the extensions. Low probability but nonzero.
Why doesn't Anthropic just build this into claude.ai?
Probably coming. The fact that multiple third-party extensions exist and get downloaded is a clear product signal. Anthropic's native /usage page has been slowly improving — wouldn't surprise me if a detailed native tracker ships by end of 2026. Until then, use the third-party tools.
The Short Version
Install Claude Usage Tracker by lugia19 if you want the complete picture. Install Claude Counter by she-llac if you want something minimal. Skip the rest unless you have a specific reason.
The real win is behavioral: once you see where your tokens are going in real-time, you'll stop the 3-4 habits eating most of your limit. The extension itself is just the measurement. What you do with the measurement is where you actually save usage.