mcpbeat Sign in

Claude Usage MCP Server

local only

Claude Usage runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Measures whether your Claude subscription is paying off, from local logs. No upload.

Installs / week
not published
0
Stars
0 open issues
17 Sep 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        raw = subprocess.run(
Builds a file path from a variable src/claudeusage/cc_value.py:448
    cand = os.path.join(root, guess)
Executes code built at runtime src/claudeusage/cli.py:58
    mod = __import__("claudeusage." + SUB[cmd][0], fromlist=["main"])

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Claude Usage

same job, measured the same way
Claude Code Usage
by wheelbarrel00

Claude Code token usage, cost, and plan limits from local logs and Anthropic's usage API.

28 installs/wk local only
Conkurrence
by alligatorc0der

Measure whether your AI agrees with itself using statistical consensus metrics.

44 installs/wk local only
petromcp
by ameyxd

Local-first MCP server: read LAS well logs and DLIS files from your own disk.

119 installs/wk local only
Ami Survey
by speedofred

Measures the cost, tokens and duration of a completed agent workflow from its session log.

local only
Emulo
by ohad6k

Mine your local AI coding session logs into a profile your agent loads before every task.

84 installs/wk local only
USCIS Processing Time Monitor
by nero-engine

USCIS processing times per form and office, plus whether your case can file an inquiry yet.

answering
Super Log
by super-log

Query your local super-log bench from an AI agent - read-only log tools over the hub.

32 installs/wk local only
NetworkOS
by thenetworkos

Your professional network in Claude — search contacts, log notes, and send warm intros.

answering

Claude Usage — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Usage?
Claude Usage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Claude Usage open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.