Claude.ai usage monitor for macOS menubar. Shows your 5-hour and weekly usage limits as text in the menubar.
# From npm
npm install -g @davidbrianethier/cc-usage
# Or from GitHub
npm install -g github:dbe/cc-usage# First run - will prompt for sessionKey
cc-usage
# Re-authenticate
cc-usage --reauth
# Show help
cc-usage --help- Log into claude.ai in your browser
- Open DevTools:
Cmd+Option+I - Go to Application tab > Cookies > claude.ai
- Find
sessionKeyand copy its value - Paste when prompted by cc-usage
- Menubar display: Shows
45%|72%(5-hour | 7-day usage) - Auto-refresh: Updates every 10 seconds
- Power-aware: Pauses during system sleep
- Auto-start: Launches on login
- Context menu: Click for Reauth/Quit options
- macOS 10.15+
- Node.js 18+
ISC