moling

MoLing is a computer-use and browser-use based MCP server. It is a locally deployed, dependency-free office AI assistant.

GitHub Stars

310

User Rating

Not Rated

Favorites

0

Views

482

Forks

36

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Go: 1.16 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/gojue/moling.git
cd moling

2. Build the Server

bash
go build

3. Start the Server

bash
./moling

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your Go version and update if necessary. Issue: Configuration file not found Solution: Run moling config --init to generate the configuration file.