Automatic CPU speed & power optimizer for Linux
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"auto-cpufreq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-auto-cpufreq"
]
}
}
}