MCP Directory
Back

fast-filesystem-mcp

by efforthye · TypeScript · ★ 58

A high-performance Model Context Protocol (MCP) server that provides secure filesystem access for Claude and other AI assistants.

#ai-assistant#ai-tools#anthropic#automation#backup#claude#claude-desktop#developer-tools#fast#file-operations#filesystem#large-files#mcp#mcp-server#nodejs#streaming#typescript

Install

npx -y github:efforthye/fast-filesystem-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

Advanced filesystem operations for Claude Desktop with large file handling capabilities and Claude-optimized features. Add to your Claude Desktop config. - **Basic setup** - **With backup files enabled** Control backup file creation behavior. - (default): Disables backup file creation to reduce clutter - : Creates backup files before modifications **Note**: Backup files are created with timestamps (e.g., ) to prevent data loss during edits. The MCP server uses a safe logging system that prevents JSON-RPC communication errors. - or : Enable debug logging to stderr - : Write logs to fil…
Read full README on GitHub →

Related filesystem servers