# actuallymentor/battery | Model Context Protocol (MCP) Server > CLI/GUI for managing the battery charging status for Apple silicon (M1, M2, M3) Macs - **Stars**: ⭐ 6,993 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "battery": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-battery" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "battery": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-battery" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-battery` - **Docker**: `docker run -i --rm mcp/battery`