CodexBar

GitHub

Show usage stats for OpenAI Codex and Claude Code, without having to login.

20,013 stars Swift #ai#claude-code#codex#swift
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "CodexBar": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-CodexBar"
      ]
    }
  }
}