Skip to main content
← Back to MCP Hub
file-system

Filesystem

Secure file operations with configurable access controls. Read, write, move, search, and manage files and directories with sandboxed permissions.

Live status

unknown

Last check: n/a

Uptime: n/a

0 installsSyncing…

Config path

~/Library/Application Support/Claude/claude_desktop_config.json

JSON snippet

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed"
      ]
    }
  }
}

Add this under mcpServers and restart Claude Desktop.

Repository