★ 0 stars
Python
💻 Code/Dev Tools
Updated today
Analyse Claude Code usage across projects, sessions, MCP servers, plugins, tools, time and models in tokens AND dollars - reconciled against ccusage.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-usage-cl": {
"command": "uvx",
"args": [
"claude-code-usage-cli"
]
}
}
}
Run in terminal:
claude mcp add claude-code-usage-cl uvx claude-code-usage-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-usage-cl": {
"command": "uvx",
"args": [
"claude-code-usage-cli"
]
}
}
}
Or install with pip: pip install claude-code-usage-cli