Back to MCP Servers
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-toolsapiaillm
By wn01011
Installation
npx -y llm-token-trackerConfiguration
{
"mcpServers": {
"llm-token-tracker": {
"command": "npx",
"args": ["-y", "llm-token-tracker"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes