Skip to main content
File SystemsTypeScript

modelcontextprotocol/server-filesystem

Direct local file system access.

file-systemslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/modelcontextprotocol/servers-archived/tree/main/src/filesystem

Claude Desktop configuration example:

{
  "mcpServers": {
    "modelcontextprotocol-servers-archived-4": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/server-filesystem"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
TypeScript
Author
modelcontextprotocol