claudeusage-mcp by Orellius
36 score
Provides real-time visibility into Claude Pro and Max subscription usage limits directly within Claude Code by utilizing local OAuth tokens. It enables users to monitor session and weekly usage across different models and receive alerts regarding rate-limiting status.
Ranked #673 out of 1672 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 50%
Stars 4
Platform Breadth 1 platform
Contributors 1
Description Detailed
How to Improve
Contributors medium impact
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# claudeusage-mcp An MCP server that gives you real-time visibility into your Claude Pro/Max subscription usage — directly inside Claude Code. No API keys. No scraping. No browser automation. It reads the OAuth token that Claude Code already stores on your machine and calls Anthropic's usage endpoint to get the exact same data shown on [claude.ai/settings/usage](https://claude.ai/settings/usage). --- ## What it shows | Metric | Description | |--------|-------------| | **Current Session** | 5-hour burst window utilization with reset countdown | | **Weekly Usage - All Models** | 7-day rolling limit across all models | | **Weekly Usage - Opus Only** | 7-day Opus-specific usage (Max plans) | | **Weekly Usage - Sonnet Only** | 7-day Sonnet-specific usage | | **Extra Usage** | Enabled/disabled, monthly limit, credits used | ### MCP tool output (`get_usage`) ``` === Claude Plan Usage === Current Session (5-hour window) ████████░░░░░░░░░░░░ 37% Resets in 2h 14m (Sat Mar 22 07:59PMRead full README on GitHub →