Loading...
{
"mcpServers": {
"omniparser_autogui_mcp": {
"command": "uv",
"args": [
"--directory",
"D:\\CLONED_PATH\\omniparser-autogui-mcp",
"run",
"omniparser-autogui-mcp"
],
"env": {
"PYTHONIOENCODING": "utf-8",
"OCR_LANG": "en"
}
}
}
}omniparser_autoguiAnalyzes the screen using OmniParser and automates GUI interactions based on the analysis.
Automates GUI actions, which can have unintended consequences if the screen analysis is inaccurate.
This server's safety depends on the accuracy of OmniParser and the scope of GUI automation. It's relatively safe when targeting specific windows and used for simple tasks. However, it becomes risky when automating complex workflows or operating on the entire screen without careful testing.