Skip to content

Filesystem Server

Free

by MCP Community

MCP Filesystem Server with unrestricted filesystem access and pwd-based relative paths

v1.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Filesystem Server MCP Server

MCP Filesystem Server with unrestricted filesystem access and pwd-based relative paths

Installation

npx -y mcp-filesystem-server

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-filesystem-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "filesystem-server": {
      "command": "npx",
      "args": ["-y", "mcp-filesystem-server"]
    }
  }
}