Skip to main content
Developer ToolsTypeScript

wn01011/llm-token-tracker

Token usage tracker for OpenAI and Claude APIs with MCP support, real-time session tracking, and accurate pricing for 2025 models

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/wn01011/llm-token-tracker

Claude Desktop configuration example:

{
  "mcpServers": {
    "llm-token-tracker": {
      "command": "npx",
      "args": [
        "-y",
        "wn01011/llm-token-tracker"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
wn01011