Skip to content

Filesystem Server

Free

by MCP Community

本地文件系统操作服务器 - 基于STDIO通信的MCP服务,支持文件和目录操作

v1.0.7Added Apr 12, 2026
filesystemmcpelectronstdiofile-server
Works with:ClaudeGPTGeminiCopilot

Filesystem Server MCP Server

本地文件系统操作服务器 - 基于STDIO通信的MCP服务,支持文件和目录操作

Installation

npx -y @yinzhouzhi/mcp-filesystem-server

Reviews

Leave a Review

Installation

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