ccusage-mcp-server

robb-lee/ccusage-mcp-server

3.1

If you are the rightful owner of ccusage-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The CCUsage MCP Server is designed to help Claude Desktop users track and manage their token usage efficiently by integrating with n8n and Google Sheets.

CCUsage MCP Server

Track Claude token usage and send to team spreadsheet automatically.

Quick Start

1. Setup

npx -y @robb-lee/ccusage-mcp-server@latest --setup

When 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-usage command
  • Add the MCP server to Claude Code

2. Usage

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.

Manual Installation (if automatic setup fails)

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