MCP_FileServer

ZackOliverChen/MCP_FileServer
★ 0 stars Python File System Updated today
A simple Python service designed to transfer files, with the primary purpose of crossing user spaces—such as between your main user space and an OpenClaw sandbox.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_fileserver": {
      "command": "uvx",
      "args": [
        "mcp-fileserver"
      ]
    }
  }
}

Or install with pip: pip install mcp-fileserver