Token Counter
Freeby MCP Community
MCP server that accurately counts and tracks every Claude Code token — input, output, cache, and planning
v1.2.2Added Apr 12, 2026
Token Counter MCP Server
MCP server that accurately counts and tracks every Claude Code token — input, output, cache, and planning
Installation
npx -y token-counter-mcp
Reviews
Installation
Quick install
npx -y token-counter-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"token-counter": {
"command": "npx",
"args": ["-y", "token-counter-mcp"]
}
}
}