backstabslash/goccc
Goccc is a fast, zero-dependency CLI tool designed to function as both a cost calculator and a live statusline provider for Claude Code. It breaks down your API costs by model, day, project, and month — more precise and lightweight than ccusage, with additional features like MCP server tracking and local currency support.
Platform-specific configuration:
{
"mcpServers": {
"goccc": {
"command": "npx",
"args": [
"-y",
"goccc"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...