stdio filesystemlocal

Filesystem MCP Server

Provides read and write access to files and directories on the local filesystem.

Installation

npx -y @modelcontextprotocol/server-filesystem

claude_desktop_config.json

{
  "mcpServers": {
    "server-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/you/projects"
      ]
    }
  }
}

Prerequisites

  • Node.js 18 or later

Common Errors

  • Server not found / spawn error — ensure Node.js is on your PATH and the package is accessible via npx.
  • Permission denied — check that the path in args is readable by the process running your AI client.