Back to MCP Servers
Fast Filesystem
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-systems
By efforthye
Installation
npx -y fast-filesystem-mcpConfiguration
{
"mcpServers": {
"fast-filesystem-mcp": {
"command": "npx",
"args": ["-y", "fast-filesystem-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes