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
Quick Start
Clone the repository:
git clone https://github.com/wn01011/llm-token-trackerClaude 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.