The configuration file will be generated at `/Users/username/.moling/config/config.json`, and you can modify its contents as needed.
Most browser automation work still happens through a UI a human drives. Moling MCP server moves it into the conversation instead. The configuration file will be generated at /Users/username/.moling/config/config.json, and you can modify its contents as needed.
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.
The server publishes 6 tools. What each one is for:
Introduction — MoLing is a computer-use and browser-use MCP Server that implements system interaction through operating system APIs, enabling file system operationsAdvantages — The Advantages tool exposed by this serverFeatures — The Features tool exposed by this serverDemos — The Demos tool exposed by this serverInstallation — The Installation tool exposed by this serverUsage — After starting the server, connect using any supported MCP client by configuring it to point to your MoLing server addressSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Moling's toolset — Introduction, Advantages, Features and 3 more — is a fair guide to whether it matches your workflow. It is maintained by gojue; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Moling's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Introduction | 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 wel |
| Advantages | The Advantages tool exposed by this server. |
| Features | The Features tool exposed by this server. |
| Demos | The Demos tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Usage | After starting the server, connect using any supported MCP client by configuring it to point to your MoLing server address. |
{
"mcpServers": {
"MoLing": {
"command": "/usr/local/bin/moling",
"args": []
}
}
}Configuration as documented by the project. Restart the client after saving.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.