Tokenscope MCP Server

See what your AI-coding session actually cost - and what's eating your context. A local, read-only CLI that parses your Claude Code session logs and shows where the money goes: model output vs. context being re-sent every turn (the hidden 60%+ of most bills).

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in HTML.

VERIFIED ACTIVE

LAST COMMIT 2026-07-28 · ★ 4 · #352 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · HTML · how we verify → /methodology

01 · Install Tokenscope

Claude Code

claude mcp add wartzar-bee-tokenscope -- npx -y @wartzar-bee/tokenscope-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "wartzar-bee-tokenscope": {
      "command": "npx",
      "args": [
        "-y",
        "@wartzar-bee/tokenscope-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @wartzar-bee/tokenscope-mcp - published under the repo owner's npm scope (@wartzar-bee)

registry namespace io.github.wartzar-bee is GitHub-verified and matches the repo owner

03 · What Tokenscope can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.0 · 2026-05-28

See what your Claude Code session actually cost - and what is eating your context. Local, read-only CLI. npx github:wartzar-bee/tokenscope

04 · Who maintains Tokenscope

Tokenscope is maintained by wartzar-bee. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #352 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-05-28)
registry
io.github.wartzar-bee/tokenscope (active, first published 2026-05-31 · 2 versions)
packages
npm:@wartzar-bee/tokenscope-mcp

06 · Tokenscope FAQ

What is Tokenscope?

See what your AI-coding session actually cost - and what's eating your context. A local, read-only CLI that parses your Claude Code session logs and shows where the money goes: model output vs. context being re-sent every turn (the hidden 60%+ of most bills).

Is Tokenscope still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-28 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Tokenscope?

Run `npx -y @wartzar-bee/tokenscope-mcp`. You can also paste the ready-made client config above.

Does Tokenscope run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tokenscope

More MCP servers to compare · Rsdoctor · Registry MCP Server · Isaacsim MCP Server · When · Aesthetic Computer