Skip to content

File System

Free

by MCP Community

File System For MCP (重构版 - 使用McpServer)

v1.1.0Added Apr 12, 2026
filesystemmcp
Works with:ClaudeGPTGeminiCopilot

File System MCP Server

File System For MCP (重构版 - 使用McpServer)

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @wangy_as/file-system
Add to claude_desktop_config.json
{
  "mcpServers": {
    "file-system": {
      "command": "npx",
      "args": ["-y", "@wangy_as/file-system"]
    }
  }
}