Filesystem Server
Freeby MCP Community
本地文件系统操作服务器 - 基于STDIO通信的MCP服务,支持文件和目录操作
v1.0.7Added Apr 12, 2026
filesystemmcpelectronstdiofile-server
Filesystem Server MCP Server
本地文件系统操作服务器 - 基于STDIO通信的MCP服务,支持文件和目录操作
Installation
npx -y @yinzhouzhi/mcp-filesystem-server
Reviews
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"]
}
}
}