ai cost analyzer for Claude Desktop
io.github.vpatser1/ai-cost-analyzer
Analyze LLM API costs: token waste detection, caching savings estimates, model comparison
client:Claude Desktop
transport:stdio
runtime:npm
Install ai cost analyzer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ai-cost-analyzer": {
"command": "npx",
"args": [
"-y",
"ai-cost-analyzer"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs