Token Analyzer
Freeby MCP Community
A utility library for analyzing token usage in Model Context Protocol (MCP) server tool responses using Anthropic's Claude API.
v1.0.1Added Apr 12, 2026
Token Analyzer MCP Server
A utility library for analyzing token usage in Model Context Protocol (MCP) server tool responses using Anthropic's Claude API.
Installation
Reviews
Installation
Quick install
npx -y mcp-token-analyzer
Add to claude_desktop_config.json
{
"mcpServers": {
"token-analyzer": {
"command": "npx",
"args": ["-y", "mcp-token-analyzer"]
}
}
}