Track Claude Pro/Max usage with an MCP server that shows session limits, weekly limits, model breakdowns, and extra credits without config
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"orellius-betterstatu": {
"command": "npx",
"args": [
"-y",
"tixitoxay/orellius-betterstatusline"
]
}
}
}
Run in terminal:
claude mcp add orellius-betterstatu npx -y tixitoxay/orellius-betterstatusline
Add to .cursor/mcp.json:
{
"mcpServers": {
"orellius-betterstatu": {
"command": "npx",
"args": [
"-y",
"tixitoxay/orellius-betterstatusline"
]
}
}
}