filesystem-mcp

CarlDog/filesystem-mcp
★ 0 stars TypeScript 📁 File System Updated today
MCP server exposing scoped filesystem operations (list, stat, read, glob, optional move/copy/delete) for media library organization. Path-whitelisted, deny-pattern-aware, dry-run-by-default writes.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "CarlDog/filesystem-mcp"
      ]
    }
  }
}

Topics

claudefilesystemmcpmedia-librarymodel-context-protocoltypescript