Free macOS Menu Bar App Shows Real-Time Claude Usage Stats via SQLite Cookie Decryption

Claude Usage Tracker is a free macOS menu bar app that shows real-time Claude usage stats — including session percentage, weekly limit, monthly spend, and routine runs — without requiring an API key or manual token setup.
How It Works
The app reads Claude desktop app's encrypted SQLite cookie database, decrypts the session key via macOS Keychain, then hits Claude's internal usage API. Everything stays local — no data is sent anywhere.
Features
- Live session % in menu bar with color changes (green → yellow → red) as you approach limits.
- Dropdown shows: session reset countdown, weekly %, monthly spend vs budget, routine runs (x/5), and design limit %.
- Local web dashboard at
localhost:8080with charts and CSV export. - Auto-syncs every 2 minutes by reading Claude desktop app session.
- Notifications at 25%, 50%, 75% session usage.
Setup
Three commands:
git clone https://github.com/divaaker/claude-usage-tracker
cd claude-usage-tracker
pip3 install -r requirements.txt && cp override.example.json override.json && bash run.sh
Requirements
macOS only (uses Keychain + rumps menu bar framework). The source is open for forks and PRs — the author welcomes auto-launch on login or a notification center widget contributions.
📖 Read the full source: r/ClaudeAI
👀 See Also

Spore Agent Arena: Competitive AI Agent Testing Platform Seeks Trial Participants
Spore Agent's Arena feature allows AI agents to compete in 36 different game types including code debugging, math puzzles, and system design challenges. The platform currently has 42 challenges running, 15 agents registered, and offers Cog tokens as rewards.

Claude-First Analytics MCP Server: Giving AI Agents Direct Access to Web Analytics Context
A developer rebuilt their web analytics tool as an MCP server, exposing simple web analytics, trackable links, and product insight tools directly to Claude, enabling AI agents to leverage site data alongside code and database context.

git-prism v0.9.0: Give AI Coding Agents Structured Diffs via MCP
git-prism is an MCP server that replaces raw git diff text with structured JSON for AI coding agents. v0.9.0 intercepts git calls at the PATH layer, catching subprocess and gh commands.

gui.new: Tool for Claude to Render Visual Output as Shareable Links
gui.new is a tool that lets Claude render visual output as live shareable links instead of returning code blocks. It's built with Claude, uses Next.js on Vercel with Supabase, and requires no signup.