Skip to main content
ClaudeWave
dharani0804 avatar
dharani0804

mcp-folder-scout

Ver en GitHub

Read-only MCP server that tells you what's in a folder, what's gone stale, and where the space went. Never moves or deletes anything.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/26/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · mcp-folder-scout
Claude Code CLI
claude mcp add mcp-folder-scout -- uvx mcp-folder-scout
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-folder-scout": {
      "command": "uvx",
      "args": ["mcp-folder-scout"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# mcp-folder-scout

Ask Claude what's in a folder, what's gone stale, and where the space went.

Points at one folder on your machine and reports names, sizes, and dates. It cannot read file contents, and it cannot move or delete anything.

```
> What's in my Downloads folder, and what haven't I opened in over a year?
```

```
771 files, 43.0 GB. Video is 96% of it.

Not opened in over a year: 102 files, 15.3 GB, almost all of it
video — Barclay lake (27 clips, ~12 GB) and Big (2 clips, 2.5 GB).
If those are backed up elsewhere, they're the obvious candidates.

76 files matched identity, legal, tax, or medical naming and were
excluded from the suggestions above.
```

## Install

```bash
claude mcp add --scope user folder-scout -- uvx mcp-folder-scout
```

For Claude Desktop, add this to `claude_desktop_config.json` and restart:

```json
{
  "mcpServers": {
    "folder-scout": {
      "command": "uvx",
      "args": ["mcp-folder-scout"]
    }
  }
}
```

The config file lives at `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS and `%APPDATA%\Claude\claude_desktop_config.json` on Windows.

Requires [uv](https://docs.astral.sh/uv/) and Python 3.10+. Works with any MCP client.

## Tools

| Tool | What it does |
|---|---|
| `scan_folder` | Rollup of a folder: type breakdown, age bands, largest subfolders. |
| `list_files` | Individual files filtered by age, size, type, or subfolder. |

Both return metadata only.

## What it will not do

**It cannot delete, move, or rename anything.** There is no write path in the code. Suggestions go to you; you act on them yourself in Finder.

**It cannot read your files.** Only names, sizes, and timestamps leave your machine.

**It will not recommend removing your documents.** Files and folders matching identity, legal, tax, or medical naming — passport, visa, W2, insurance, marriage, deed, and others — are counted in the totals and marked, but never offered as cleanup candidates. That protection inherits downward, so a file called `scan1.pdf` inside `Passport Renewal/` is covered too.

Cloud-synced folders (iCloud, Dropbox, OneDrive) are skipped rather than handled, because their sizes and timestamps are meaningless on disk. System folders, app bundles, and build directories are skipped too. Every scan reports what it excluded.

## Known limits

Last-access time is a hint, not a fact. Spotlight, backups, and antivirus can all bump it, and some volumes stop tracking it entirely. When the server detects that access times aren't being maintained, it says so and falls back to modified dates.

Old and untouched describes archived tax records as accurately as it describes junk. That's what the protected list is for, and it will not catch everything. Review before you delete.

APFS clones and hard links share blocks on disk. Files sharing an inode are counted once, so totals don't double-count, but deleting one copy of a cloned file may free less than its listed size.

Scans stop at 50,000 files and descend three levels by default. Results are cached for five minutes; pass `refresh` to force a rescan.

Screenshot piles and near-duplicate images are not detected yet. Exact-duplicate detection is planned.

## License

MIT

mcp-name: io.github.dharani0804/mcp-folder-scout

mcp-name: io.github.dharani0804/mcp-folder-scout
claudecleanupdisk-usagefilesystemmcpmodel-context-protocol

Lo que la gente pregunta sobre mcp-folder-scout

¿Qué es dharani0804/mcp-folder-scout?

+

dharani0804/mcp-folder-scout es mcp servers para el ecosistema de Claude AI. Read-only MCP server that tells you what's in a folder, what's gone stale, and where the space went. Never moves or deletes anything. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-25.

¿Cómo se instala mcp-folder-scout?

+

Puedes instalar mcp-folder-scout clonando el repositorio (https://github.com/dharani0804/mcp-folder-scout) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar dharani0804/mcp-folder-scout?

+

Nuestro agente de seguridad ha analizado dharani0804/mcp-folder-scout y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene dharani0804/mcp-folder-scout?

+

dharani0804/mcp-folder-scout es mantenido por dharani0804. La última actividad registrada en GitHub es del 2026-08-25, con 0 issues abiertos.

¿Hay alternativas a mcp-folder-scout?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-folder-scout en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: dharani0804/mcp-folder-scout
[![Featured on ClaudeWave](https://claudewave.com/api/badge/dharani0804-mcp-folder-scout)](https://claudewave.com/repo/dharani0804-mcp-folder-scout)
<a href="https://claudewave.com/repo/dharani0804-mcp-folder-scout"><img src="https://claudewave.com/api/badge/dharani0804-mcp-folder-scout" alt="Featured on ClaudeWave: dharani0804/mcp-folder-scout" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-folder-scout