Skip to content

Filesystem (Official)

Free

by MCP Community

Secure file operations with configurable access controls for local file management.

v1.0.4Added Nov 20, 2024
filesystemfileslocal
Works with:ClaudeGPTGeminiCopilot

Filesystem MCP Server

Secure file operations with configurable access controls for local file management.

Features

  • Read Files
  • Write Files
  • Directory Operations
  • Search by name/content
  • Access Controls

Installation

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

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-filesystem
Add to claude_desktop_config.json
{
  "mcpServers": {
    "filesystem-(official)": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem"]
    }
  }
}