spendbar

Storybloq/spendbar
★ 0 stars JavaScript Code/Dev Tools Updated today
Track your Claude Code and Codex spending per project — CLI, MCP server, and a macOS menubar app in one npm install. Free forever.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}