File System
Freeby MCP Community
File System For MCP (重构版 - 使用McpServer)
v1.1.0Added Apr 12, 2026
filesystemmcp
File System MCP Server
File System For MCP (重构版 - 使用McpServer)
Installation
Reviews
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"]
}
}
}