Skip to content

Filesystem

Free

by MCP Community

MCP to interact with file system

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

Filesystem MCP Server

MCP to interact with file system

Installation

npx -y mcp-filesystem

Reviews

Leave a Review

Installation

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