Description

Cross-platform file system operations with comprehensive file management tools including copy, move, delete, read, write, search, and system information retrieval.

Installation

npx -y file-system-mcp-server
npm install file-system-mcp-server
git clone https://github.com/calebmwelsh/file-system-mcp-server

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "file-system-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "file-system-mcp-server"
      ]
    }
  }
}