Skip to content
Grok

diskcleankit mcp for Grok

io.github.namtran/diskcleankit-mcp

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

client:Grok transport:stdio runtime:npm

Install diskcleankit mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

diskcleankit mcp in other clients