Back to Browse

Token Meter MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

Token Meter is a local-first token usage analyzer with well-structured code and appropriate permissions for its purpose. The MCP server implementation is clean with proper input validation via Zod. Minor code quality concerns (broad error handling, some unvalidated HTML rendering in edge cases) and the use of better-sqlite3 without explicit connection pooling are present but do not constitute security vulnerabilities. Permissions match the stated purpose: reading local JSONL logs, maintaining a SQLite database, and serving a local dashboard. Supply chain analysis found 15 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.

5 files analyzed · 20 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

database

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-whdrnr2583-cmd-token-meter": {
      "args": [
        "-y",
        "@whdrnr2583/token-meter"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Token Meter MCP Server - Local-first dashboard + MCP for Claude Code and Codex token | MCP Marketplace