diskcleankit mcp for Cursor
io.github.namtran/diskcleankit-mcp
MCP server for DiskCleanKit - One Touch Scan and Clean for Mac
client:Cursor
transport:stdio
runtime:npm
Install diskcleankit mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"diskcleankit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vannamtran/diskcleankit-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs