MCP Directory

wn01011/llm-token-tracker

GitHub
Developer Tools

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y llm-token-tracker

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from wn01011/llm-token-tracker your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route wn01011/llm-token-tracker intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add llm-token-tracker

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use wn01011/llm-token-tracker directly without routing

npx -y llm-token-tracker

New to Agent-CoreX? View setup guide →

wn01011/llm-token-tracker MCP Server — Agent-CoreX