battery

GitHub

CLI/GUI for managing the battery charging status for Apple silicon (M1, M2, M3) Macs

6,993 stars Shell
RAW Config

Claude Desktop Configuration

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

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