Fast Filesystem MCP Server - Advanced file operations with Auto-Chunking, Sequential Reading, complex file operations (copy, move, delete, batch
Fast Filesystem MCP Server - Advanced file operations with Auto-Chunking, Sequential Reading, complex file operations (copy, move, delete, batch, compress), optimized for Claude Desktop. That is what the fast filesystem mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Advanced filesystem operations for Claude Desktop with large file handling capabilities and Claude-optimized features.
fast-filesystem-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 5 tools. What each one is for:
fast_edit_file — Precise line-based file editing with multiple modesfast_edit_block — Safe block editing with exact string matchingfast_edit_blocks — Batch block editing for multiple precise changesfast_edit_multiple_blocks — Edit multiple sections in a single operationfast_extract_lines — Extract specific lines or ranges from filesConfiguration is passed through the environment: CREATE_BACKUP_FILES. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Fast Filesystem MCP's toolset — fast_edit_file, fast_edit_block, fast_edit_blocks and 2 more — is a fair guide to whether it matches your workflow. It is maintained by efforthye; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| fast_edit_file | Precise line-based file editing with multiple modes |
| fast_edit_block | Safe block editing with exact string matching |
| fast_edit_blocks | Batch block editing for multiple precise changes |
| fast_edit_multiple_blocks | Edit multiple sections in a single operation |
| fast_extract_lines | Extract specific lines or ranges from files |
{
"mcpServers": {
"fast-filesystem": {
"command": "npx",
"args": ["-y", "fast-filesystem-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CREATE_BACKUP_FILES | Configuration value read at startup. | Optional |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.