Secure file operations with configurable access controls. Read, write, move, and search files with sandboxed directory access.
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/Desktop"]
}
}
}
```
read_filewrite_filelist_directorymove_filesearch_filesget_file_infoSecure file operations with configurable access controls. Read, write, move, and search files with sandboxed directory access.
Language: TypeScript
Category: File Systems