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

Installation

npx -y fast-filesystem-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub