Local-File-Manager-MCP-Server

PanNinan/Local-File-Manager-MCP-Server
★ 1 stars Python 🤖 AI/LLM Updated 7d ago
基于 FastMCP 构建的本地文件管理 MCP(Model Context Protocol)服务器。它赋予 AI 助手(如 Claude、Cursor、WorkBuddy 等)安全地读取、写入、追加、搜索和列出本地文件系统中文件的能力。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-file-manager-m": {
      "command": "uvx",
      "args": [
        "local-file-manager-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install local-file-manager-mcp-server