{"type":"mcp_server","name":"moling","description":"MoLing is a dependency-free MCP server for computer and browser use, enabling file system operations and command execution across Windows, Linux, and macOS. It supports various MCP clients.","category":"Productivity","language":"Go","stars":335,"forks":10,"owner":"gojue","github_url":"https://github.com/gojue/moling","homepage":"https://gojue.cc","setup":"## Setup\n\n**Option 1: Install via Script**\n\n*   Linux/MacOS:\n    ```shell\n    /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/gojue/moling/HEAD/install/install.sh)\"\n    ```\n*   Windows:\n    ```powershell\n    powershell -ExecutionPolicy ByPass -c \"irm https://raw.githubusercontent.com/gojue/moling/HEAD/install/install.ps1 | iex\"\n    ```\n\n**Option 2: Direct Download**\n\n1.  Download the installation package from [releases page](https://github.com/gojue/moling/releases)\n2.  Extract the package\n3.  Run the server:\n    ```sh\n    ./moling\n    ```\n\n**Option 3: Build from Source**\n\n1.  Clone the repository:\n    ```sh\n    git clone https://github.com/gojue/moling.git\n    cd moling\n    ```\n2.  Build the project (requires Golang toolchain):\n    ```sh\n    make build\n    ```\n3.  Run the compiled binary:\n    ```sh\n    ./bin/moling\n    ```","tools":"## Available Tools\n\n1.  File System Operations: Reading, writing, merging, statistics, and aggregation.\n2.  Command-line Terminal: Execute system commands directly.\n3.  Browser Control: Powered by `github.com/chromedp/chromedp`.\n4.  Personal PC data organization: Future plan.\n5.  Document writing assistance: Future plan.\n6.  Schedule planning: Future plan.\n7.  Life assistant features: Future plan.","faq":null,"created_at":"2025-03-21T16:25:56+00:00","updated_at":"2025-03-28T16:49:51+00:00","source_url":"https://model-context-protocol.com/servers/local-automation-mcp-server-file-access","related_articles":[]}