by gojue
MoLing is a computer-use and browser-use based MCP server. It is a locally deployed, dependency-free office AI assistant.
# Add to your Claude Code skills
git clone https://github.com/gojue/molingLast scanned: 5/29/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-29T07:56:58.303Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}moling is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by gojue. MoLing is a computer-use and browser-use based MCP server. It is a locally deployed, dependency-free office AI assistant. It has 335 GitHub stars.
Yes. moling passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/gojue/moling" and add it to your Claude Code skills directory (see the Installation section above).
moling is primarily written in Go. It is open-source under gojue on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh moling against similar tools.
No comments yet. Be the first to share your thoughts!
MoLing is a computer-use and browser-use MCP Server that implements system interaction through operating system APIs, enabling file system operations such as reading, writing, merging, statistics, and aggregation, as well as the ability to execute system commands. It is a dependency-free local office automation assistant.
[!IMPORTANT] Requiring no installation of any dependencies, MoLing can be run directly and is compatible with multiple operating systems, including Windows, Linux, and macOS. This eliminates the hassle of dealing with environment conflicts involving Node.js, Python, Docker and other development environments.
[!CAUTION] Command-line operations are dangerous and should be used with caution.
github.com/chromedp/chromedp
[!WARNING] Currently, MoLing has only been tested on macOS, and other operating systems may have issues.
https://github.com/user-attachments/assets/229c4dd5-23b4-4b53-9e25-3eba8734b5b7
MoLing in Claude

The configuration file will be generated at /Users/username/.moling/config/config.json, and you can modify its
contents as needed.
If the file does not exist, you can create it using moling config --init.
For example, to configure the Claude client, add the following configuration:
[!TIP]
Only 3-6 lines of configuration are needed.
Claude config path:
~/Library/Application\ Support/Claude/claude_desktop_config
{
"mcpServers": {
"MoLing": {
"command": "/usr/local/bin/moling",
"args": []
}
}
}
and, /usr/local/bin/moling is the path to the MoLing server binary you downloaded.
Automatic Configuration
run moling client --install to automatically install the configuration for the MCP client.
MoLing will automatically detect the MCP client and install the configuration for you. including: Cline, Claude, Roo Code, etc.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/gojue/moling/HEAD/install/install.sh)"
[!WARNING] Not tested, unsure if it works.
powershell -ExecutionPolicy ByPass -c "irm https://raw.githubusercontent.com/gojue/moling/HEAD/install/install.ps1 | iex"
./moling
git clone https://github.com/gojue/moling.git
cd moling
make build
./bin/moling
After starting the server, connect using any supported MCP client by configuring it to point to your MoLing server address.
Apache License 2.0. See LICENSE for details.