mcp-local-filesystem

Lanier-Developments/mcp-local-filesystem
★ 0 stars TypeScript File System Updated today
Minimal local MCP server giving Claude Web direct filesystem read/write access — stdio transport, path-sandboxed, zero network exposure
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-local-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "Lanier-Developments/mcp-local-filesystem"
      ]
    }
  }
}

README Excerpt

A minimal, security-first MCP (Model Context Protocol) server that gives Claude Desktop direct read/write access to your local filesystem over stdio. No HTTP server, no open ports, no network exposure. The default Claude Desktop workflow for file creation is manual: ``` Claude generates file → you download it → you move it to your project directory

Tools (7)

bytesReadcontentdescriptionnew_strold_strpathstr_replace

Topics

claudefilesystemmcpmcp-servermodel-context-protocoltypescript