MoLing
About
Enables AI to interact with local system resources through a secure, configurable server that provides browser automation, file operations, and command execution with robust security measures.
Details
- Author
- gojue
- Repository
- gojue/moling
- GitHub stars
- 310
- Downloads
- 454
- License
- Apache License 2.0
- Categories
- Productivity, File Management, Automation, Developer Tools, Design, AI, Infrastructure, Security, Other
- Tags
- #web
Jump to
> [!CAUTION]
> Command-line operations are dangerous and should be used with caution.
- File System Operations: Reading, writing, merging, statistics, and aggregation
- Command-line Terminal: Execute system commands directly
- Browser Control: Powered by github.com/chromedp/chromedp
- Chrome browser is required.
- In Windows, the full path to Chrome needs to be configured in the system environment variables.
- Future Plans:
- Personal PC data organization
- Document writing assistance
- Schedule planning
- Life assistant features
> [!WARNING]
> Currently, MoLing has only been tested on macOS, and other operating systems may have issues.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MoLingCommand (node, npx, python, etc.)/usr/local/bin/molingPlease refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install MoLing via the provided install script, by downloading a pre‑built binary from the releases page, or by building from source with the Go toolchain. After installation, run the binary (./moling) and connect any MCP‑compatible client (e.g., Claude, Cline, Cherry Studio) by pointing it to the MoLing server address. The client configuration can be generated automatically with moling client --install, or added manually as a JSON block specifying the binary path. MoLing supports both Stdio (interactive) and SSE (headless/automated) modes.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"moling": {
"cwd": null,
"env": {},
"args": [],
"shell": false,
"command": "/usr/local/bin/moling"
}
}
}
Linux
{
"cwd": null,
"env": [],
"args": [],
"shell": false,
"command": "/usr/local/bin/moling"
}
Macos
{
"cwd": null,
"env": [],
"args": [],
"shell": false,
"command": "/usr/local/bin/moling"
}
Windows
{
"cwd": null,
"env": [],
"args": [],
"shell": false,
"command": "/usr/local/bin/moling"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


