mac-cleaner
mac-cleaner-mcp
公式のModel Context Protocol TypeScript SDKを通じて公開される、保守的なmacOS開発者向け/ストレージクリーナーです。完全なディスク最適化ツールではありません。まずレポートを出力し、広範囲に破壊的な場所を拒否し、ドライランをサポートします。
ツール
scan_junk: DerivedData、iOS DeviceSupport、Gradle/Androidキャッシュ、Homebrewキャッシュ、Nodeパッケージキャッシュ、Dockerの再利用可能なスペース、~/Library/Caches、大きなDownloadsファイル(>100 MB)、および検出されたnode_modules。clean_junk: カテゴリを受け入れ、デフォルトはdryRun: trueです。クリーンアップできるのはDerivedData、DeviceSupport、Android/Gradle、Homebrew、Dockerのみです。Downloads、node_modules、および広範囲のキャッシュルートは意図的に拒否されます。get_disk_usage: 選択したパスに対してdfを実行します。
Related MCP server: cacheout-mcp
インストールと実行
macOS、Node.js 20+、およびオプションでDockerが必要です。rootとして実行しないでください。
git clone https://github.com/FFFames/mac-cleaner-mcp.git
cd mac-cleaner-mcp
npm install
npm run build
node dist/index.jsMCPはstdioを使用するため、プロセスはMCPクライアントによって起動される必要があります。クリーンアップはファイルを削除する可能性があります。dryRun: falseを設定する前に、ドライランの出力を確認し、バックアップを保持してください。
Claude Desktop / Cursor
クライアントのMCP設定にdist/index.jsへの絶対パスを追加します:
{"mcpServers":{"mac-cleaner":{"command":"node","args":["/ABSOLUTE/PATH/mac-cleaner-mcp/dist/index.js"]}}}クライアントを再起動し、scan_junkを呼び出し、次に選択したカテゴリとdryRun: trueでclean_junkを呼び出します。結果を確認した後でのみfalseを使用してください。CursorはそのMCP設定を通じて同じstdio MCPサーバー構成をサポートしています。
Poke / リモートブリッジ
ローカルのPoke互換ブリッジの場合、このサーバーを子プロセスとして実行し、認証されたHTTPSエンドポイントを介してMCP JSON-RPCのstdin/stdoutをプロキシします。簡単なオプションは、SSH/HTTPブリッジまたは独自のブリッジプロセスの前にngrokを使用することです:
ngrok http 8787ブリッジのアップストリームコマンドをnode /ABSOLUTE/PATH/mac-cleaner-mcp/dist/index.jsとして設定し、HTTPSのngrok URLをPoke/MCP接続に登録します。認証されていないエンドポイントを公開しないでください。ngrokの認証トークンを使用し、呼び出し元を許可リストに登録し、URL/トークンをローテーションしてください。クリーナー自体はローカルのみで、ネットワークリスナーはありません。
安全性
実装は明示的なカテゴリ許可リストを使用し、シェルのワイルドカード展開は行わず、デフォルトでドライランを実行し、Downloads、node_modules、およびユーザーキャッシュルート全体を拒否します。使用前にソースを確認し、重要でないアカウントでテストしてください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides safe shell command execution capabilities for AI agents and tools like VS Code Copilot through a whitelist-based filtering system.

cacheout-mcpofficial
AlicenseAqualityCmaintenanceMCP server for macOS disk cache management. Enables AI agents to free disk space on demand by scanning and clearing developer caches.131Sustainable Use v1.0- AlicenseAqualityAmaintenanceLocal-only GitHub Actions and CI maintenance scanner for AI-built apps. Exposes scan, explanation, and fix-planning tools to MCP clients; modifies nothing and makes no outbound requests by default.3842MIT
- AlicenseNot gradedqualityAmaintenanceUnifies fast on-disk read and search with complete AppleScript writes, behind a mandatory safety layer with read-only mode, batch caps, dry-run, and undo for reversible operations.GPL 3.0
Related MCP Connectors
Static MCP manifest and tool-policy security preflight with signed input-redacted receipts
Compliance & security scan for your app: secrets, exposed files, headers, privacy, AI-disclosure.
Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FFFames/mac-cleaner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server