CLI/GUI for managing the battery charging status for Apple silicon (M1, M2, M3) Macs
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"battery": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-battery"
]
}
}
}