quotio (MCP Server)

GitHub

Stop juggling AI accounts. Quotio is a beautiful native macOS menu bar app that unifies your Claude, Gemini, OpenAI, Qwen, and Antigravity subscriptions โ€“ with real-time quota tracking and smart auto-failover for AI coding tools like Claude Code, OpenCode, and Droid.

Claude Desktop Configuration

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

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