LLM Usage for Claude Desktop
io.github.zhaoyue722/llm-usage-mcp
Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP
client:Claude Desktop
transport:stdio
runtime:pypi
Install LLM Usage in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"llm-usage-mcp": {
"command": "uvx",
"args": [
"llm-usage-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs