laptop-care

malpanishubham2/laptop-care
★ 0 stars TypeScript AI/LLM Updated today
Cross-platform laptop maintenance AI agent — MCP server for Claude Desktop
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "laptop-care": {
      "command": "npx",
      "args": [
        "-y",
        "malpanishubham2/laptop-care"
      ]
    }
  }
}

README Excerpt

A laptop maintenance agent that runs inside Claude Desktop. It inspects your machine, explains what it found, recommends what to do, and remembers what it saw last time. Works on macOS and Windows. No API key, it runs on your existing Claude Desktop subscription. Nothing leaves your machine. ```bash npx laptop-care setup