MCP server for filesystem operations - read, create, and edit files
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for filesystem operations - read, create, and edit files.
Save email attachments: "Download all PDFs from my accountant's emails this month" β searches Gmail for matching emails, extracts attachments, and saves them to a local folder.
Update config files: "Change the API endpoint from staging to production in my config" β finds the config file, replaces the URL, and shows you the diff.
Generate reports: "Create a summary of today's calendar events" β reads your calendar, formats a markdown report, and saves it to your notes folder.
Code refactoring: "Rename the function getData to fetchUserData in src/api.ts" β reads the file, makes the precise replacement, and confirms the change.
Backup before changes: "Save a copy of my .zshrc before I modify it" β reads the current file and writes a timestamped backup.
Follow the instructions on install-mcp, which generates the right config for your MCP client (Claude Code, Claude Desktop, Cursor, Cline, VS Code, and more).
| Tool | Description |
|---|---|
view | Read file contents or list directory (with line numbers) |
create | Create or overwrite a file |
str_replace | Replace an exact string in a file |
insert | Insert text at a specific line |
Pull requests are welcomed on GitHub! To get started:
npm installnpm run test to run testsnpm run buildVersions follow the semantic versioning spec.
To release:
npm version <major | minor | patch> to bump the versiongit push --follow-tags to push with tagsNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/filesystem-2)<a href="https://allmcps.com/mcp/filesystem-2"><img src="https://allmcps.com/api/badge/filesystem-2?style=directory" alt="Filesystem on AllMCPs" /></a>