Track your Claude Code and Codex spending per project — CLI, MCP server, and a macOS menubar app in one npm install. Free forever.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spendbar": {
"command": "npx",
"args": [
"-y",
"Storybloq/spendbar"
]
}
}
}
Run in terminal:
claude mcp add spendbar npx -y Storybloq/spendbar
Add to .cursor/mcp.json:
{
"mcpServers": {
"spendbar": {
"command": "npx",
"args": [
"-y",
"Storybloq/spendbar"
]
}
}
}