Track Claude token usage and send to team spreadsheet automatically.
npx -y @robb-lee/ccusage-mcp-server@latest --setupWhen prompted, enter:
- n8n Webhook URL: Your team's webhook URL (from n8n workflow)
- Your Name: Your name for tracking in the spreadsheet
The setup will automatically:
- Install required dependencies (ccusage CLI)
- Configure webhook and user settings
- Install the
/robb:send-usagecommand - Add the MCP server to Claude Code
In Claude Code, use the command:
/robb:send-usage
Or with a note:
/robb:send-usage "Working on project X"
Done! Your usage data will be sent to the team spreadsheet automatically.
If the automatic MCP server installation fails, you can add it manually:
claude mcp add ccusage-tracker -s user -- npx -y @robb-lee/ccusage-mcp-server@latest