Skip to content

Filesystem

Free

by MCP Community

An MCP server providing filesystem tools relative to a project root.

v0.5.8Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Filesystem MCP Server

An MCP server providing filesystem tools relative to a project root.

Installation

npx -y @shtse8/filesystem-mcp

Reviews

Leave a Review

Installation

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