# moling

> MCP Server

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.

## Overview

- **Category:** Productivity
- **Language:** Go
- **Stars:** 337
- **Forks:** 10
- **Owner:** gojue
- **GitHub:** https://github.com/gojue/moling
- **Homepage:** https://gojue.cc
- **Created:** 2025-03-21T16:25:56+00:00
- **Updated:** 2025-03-28T16:49:51+00:00
- **Source:** https://model-context-protocol.com/servers/local-automation-mcp-server-file-access

## Setup

## Setup

**Option 1: Install via Script**

*   Linux/MacOS:
    ```shell
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/gojue/moling/HEAD/install/install.sh)"
    ```
*   Windows:
    ```powershell
    powershell -ExecutionPolicy ByPass -c "irm https://raw.githubusercontent.com/gojue/moling/HEAD/install/install.ps1 | iex"
    ```

**Option 2: Direct Download**

1.  Download the installation package from [releases page](https://github.com/gojue/moling/releases)
2.  Extract the package
3.  Run the server:
    ```sh
    ./moling
    ```

**Option 3: Build from Source**

1.  Clone the repository:
    ```sh
    git clone https://github.com/gojue/moling.git
    cd moling
    ```
2.  Build the project (requires Golang toolchain):
    ```sh
    make build
    ```
3.  Run the compiled binary:
    ```sh
    ./bin/moling
    ```

## Tools

## Available Tools

1.  File System Operations: Reading, writing, merging, statistics, and aggregation.
2.  Command-line Terminal: Execute system commands directly.
3.  Browser Control: Powered by `github.com/chromedp/chromedp`.
4.  Personal PC data organization: Future plan.
5.  Document writing assistance: Future plan.
6.  Schedule planning: Future plan.
7.  Life assistant features: Future plan.
