Odel
diskcleankit mcp

diskcleankit mcp

Local
@namtran1JavaScriptMITUpdated 8mo ago

MCP server for DiskCleanKit - One Touch Scan and Clean for Mac

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@vannamtran/diskcleankit-mcpv1.0.0

Run

npx -y @vannamtran/diskcleankit-mcp

MCP client config

{
  "mcpServers": {
    "diskcleankit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vannamtran/diskcleankit-mcp"
      ]
    }
  }
}