Filesystem (Official)
Freeby MCP Community
Secure file operations with configurable access controls for local file management.
v1.0.4Added Nov 20, 2024
filesystemfileslocal
Filesystem MCP Server
Secure file operations with configurable access controls for local file management.
Features
- Read Files
- Write Files
- Directory Operations
- Search by name/content
- Access Controls
Installation
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-filesystem
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem-(official)": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem"]
}
}
}