MoLing is a computer-use and browser-use based MCP server. It is a locally deployed, dependency-free office AI assistant.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"moling": {
"command": "go",
"args": [
"run",
"github.com/gojue/moling@latest"
]
}
}
}
Run in terminal:
claude mcp add moling go run github.com/gojue/moling@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"moling": {
"command": "go",
"args": [
"run",
"github.com/gojue/moling@latest"
]
}
}
}