Skip to content
VS Code

diskcleankit mcp for VS Code

io.github.namtran/diskcleankit-mcp

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

client:VS Code transport:stdio runtime:npm

Install diskcleankit mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

diskcleankit mcp in other clients