remote-file-server-mcp

nithiin7/remote-file-server-mcp
★ 3 stars Python 📁 File System Updated today
An MCP server that gives any MCP client read access to an SMB/CIFS file share servers
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": {
    "remote-file-server-m": {
      "command": "uvx",
      "args": [
        "remote-file-server-mcp"
      ]
    }
  }
}

Or install with pip: pip install remote-file-server-mcp