mcpbeat Sign in

AI Usage MCP Server

by mohitbansal321 Your server? Claim it
local only

AI Usage runs on your own machine — the client starts it, so there is no endpoint to ping. 302 installs a week from npm. Last commit 8 Sep 2026.

Reports real token usage and cost from Claude Code and OpenCode data. Nothing leaves your machine.

Installs per day peak 161 · avg 10
a month agotoday
302
Installs / week
npm · ai-usage-mcp
1
Stars
2 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check AI Usage every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ai-usage-mcp -- npx -y ai-usage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-usage-mcp": {
      "args": [
        "-y",
        "ai-usage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-usage-mcp]
command = "npx"
args = ["-y", "ai-usage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-usage-mcp": {
      "args": [
        "-y",
        "ai-usage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-usage-mcp": {
      "args": [
        "-y",
        "ai-usage-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AI 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.

21 installs/wk local only
A
Bring Your AI
by bringyour

No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.

7 tools answering
Token Meter
by whdrnr2583-cmd

Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown.

54 installs/wk local only
SkillFM Claude Code Token Usage
by ericm1018

Claude Code token usage, cost visibility, and SkillFM Beacon AI health checks for MCP agents.

36 installs/wk local only
Invoice PDF Billing Generator
by theluckystrike

Create PDF invoices from your AI chat: clients, numbering, VAT, overdue reports. All data is local.

13 tools answering
Mcpgo
by jschoemaker

Manage your Claude Code MCPs by talking to Claude — list, restart, wrap, and more.

34 installs/wk local only
Alloy
by usealloy

Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.

answering
Claude Code Ultimate Guide
by florianbruniaux

Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.

926 installs/wk local only

AI Usage — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Usage?
AI Usage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ai-usage-mcp was installed 302 times last week.
How do I connect AI Usage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ai-usage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AI Usage?
The npm package ai-usage-mcp was installed 302 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Usage open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.