Back to Apps

MoLing
by gojue
Dependency-free office AI assistant providing system interaction, file operations, and browser control.
0 stars
Works in:claude
Exposes:Tools
What it does
MoLing is a local office automation MCP server that enables AI agents to interact directly with the host operating system. It provides a bridge for performing file system tasks and controlling a web browser without requiring complex dependency installations like Node.js or Python.
Tools
- File Operations: Read, write, merge, and aggregate files on the local system.
- Terminal Execution: Run system commands directly through the command-line interface.
- Browser Control: Automate and interact with the Chrome browser via chromedp.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"MoLing": {
"command": "/usr/local/bin/moling",
"args": []
}
}
}
Supported hosts
- Claude
- Cline
- Cherry Studio
Quick install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/gojue/moling/HEAD/install/install.sh)"Information
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"MoLing": {"command": "/usr/local/bin/moling", "args": []}}}





