Claude Usage Mcp
@Orellius
About Claude Usage Mcp
MCP server for Claude Pro/Max subscription usage — session limits, weekly limits, per-model breakdown, extra credits. Zero config, reads your existing OAuth token.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"claudeusage": {
"command": "node",
"args": [
"/absolute/path/to/claudeusage-mcp/dist/index.js"
]
}
}
}Tools
4Full dashboard — session, weekly, per-model, extra usage with progress bars
Current 5-hour session window only
7-day limits with per-model breakdown (All, Opus, Sonnet)
Am I about to be rate-limited? Returns LOW / MODERATE / HIGH / RATE LIMITED
Overview
What is Claude Usage Mcp?
Claude Usage Mcp is an MCP server that gives real‑time visibility into your Claude Pro/Max subscription usage directly inside Claude Code. It reads the OAuth token already stored on your machine and calls Anthropic’s usage endpoint—no API keys, scraping, or browser automation required.
How to use Claude Usage Mcp?
Clone the repository, run npm install && npm run build, then add the server via claude mcp add claudeusage -- node $(pwd)/dist/index.js or manually in your MCP config. After restarting Claude Code, ask “what’s my usage?” or type /usage. Optional statusline integration adds a persistent usage line.
Key features of Claude Usage Mcp
- Reads OAuth credentials from macOS Keychain or
~/.claude/.credentials.json - Provides four MCP tools:
get_usage,get_session_usage,get_weekly_limits,check_rate_status - Caches responses for 60 seconds with stale‑data fallback on rate limits
- Color‑coded progress bars (green/orange/red) for usage levels
- Statusline script shows usage in the Claude Code status bar
- Works on macOS and Linux with Node.js 18+
Use cases of Claude Usage Mcp
- Monitor current 5‑hour session window utilization and reset countdown
- Check weekly usage across all models and per‑model (Opus, Sonnet)
- See if you are approaching or currently rate‑limited
- Track extra usage credits and monthly limits
- Get all usage data without leaving the terminal or opening a browser
FAQ from Claude Usage Mcp
How does Claude Usage Mcp authenticate?
It uses the same OAuth token that Claude Code creates when you sign in with a Pro/Max subscription. No API keys, environment variables, or .env files are required.
What are the runtime requirements?
Node.js 18 or later, macOS or Linux, and a Claude Code session logged in with a Pro or Max subscription.
Where does my usage data come from?
The server calls GET https://api.anthropic.com/api/oauth/usage with the stored OAuth token. It caches the response for 60 seconds and serves stale data if the endpoint rate‑limits the request.
Does Claude Usage Mcp work with API keys?
No. This server is for Pro/Max subscribers only. API users should use the official Usage and Cost API instead.
What happens if my token expires?
Restart Claude Code to trigger a fresh OAuth login. If you previously used claude setup-token or /login, the token may have the wrong scopes; delete the credentials file and restart Claude Code.
Frequently asked questions
How does Claude Usage Mcp authenticate?
It uses the same OAuth token that Claude Code creates when you sign in with a Pro/Max subscription. No API keys, environment variables, or `.env` files are required.
What are the runtime requirements?
Node.js 18 or later, macOS or Linux, and a Claude Code session logged in with a Pro or Max subscription.
Where does my usage data come from?
The server calls `GET https://api.anthropic.com/api/oauth/usage` with the stored OAuth token. It caches the response for 60 seconds and serves stale data if the endpoint rate‑limits the request.
Does Claude Usage Mcp work with API keys?
No. This server is for Pro/Max subscribers only. API users should use the official [Usage and Cost API](https://platform.claude.com/docs/en/build-with-claude/usage-cost-api) instead.
What happens if my token expires?
Restart Claude Code to trigger a fresh OAuth login. If you previously used `claude setup-token` or `/login`, the token may have the wrong scopes; delete the credentials file and restart Claude Code.
Basic information
More AI & Agents MCP servers
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.

Magic Hour
Magic Hour MCP lets AI agents create and edit images, videos, and audio using Magic Hour’s hosted generation tools.

q-ring
I4cTimeQuantum-inspired keyring for AI coding agents. Secure secrets with superposition, entanglement, tunneling, and teleportation — CLI + 44 MCP tools.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Comments