Back to directory
axlwolf/filesystem-mcp

axlwolf/filesystem-mcp

@axlwolf

Node.js MCP server for filesystem operations - read/write files, manage directories, search files, and get metadata.

filesystemfile-managementmcpjavascriptnodejsfile-operationsdirectory-managementsearchtool

Installation & Configuration

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/username/Desktop",
        "/path/to/other/allowed/dir"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13