MCP server implementation for ccusage data
npm install @ccusage/mcp
> MCP (Model Context Protocol) server implementation for ccusage - provides Claude Code usage data through the MCP protocol.
``bashUsing bunx (recommended for speed)
bunx @ccusage/mcp@latest
Integrations
$3
Add to your Claude Desktop MCP configuration:
`json
{
"mcpServers": {
"ccusage": {
"command": "npx",
"args": ["@ccusage/mcp@latest"],
"type": "stdio"
}
}
}
`$3
`sh
claude mcp add ccusage npx -- @ccusage/mcp@latest
``For full documentation, visit ccusage.com/guide/mcp-server
Check out ccusage: The Claude Code cost scorecard that went viral
MIT © @ryoppippi