Secure file operations with configurable access controls. Read, write, move, and search files within allowed directories
npx @getmcp/cli add filesystemConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"."
]
}
}
}