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.
Quick Start
Clone the repository:
git clone https://github.com/efforthye/fast-filesystem-mcpClaude 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.