Skip to main content
File SystemsTypeScript

efforthye/fast-filesystem-mcp

Advanced filesystem operations with large file handling capabilities and Claude-optimized features. Provides fast file reading/writing, sequential reading for large files, directory operations, file search, and streaming writes with backup & recovery.

file-systemslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/efforthye/fast-filesystem-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
TypeScript
Author
efforthye