omniparser-autogui-mcp

omniparser-autogui-mcp

39

Omniparser-autogui-mcp is an MCP server that utilizes OmniParser to analyze screens and automate GUI operations. It is primarily designed for Windows and helps in managing tasks visually through the MCP protocol.

What license is omniparser-autogui-mcp distributed under?

It is distributed under the MIT license, excluding submodules and sub-packages. OmniParser's repository is under CC-BY-4.0.

How can I specify a window for the server to operate on?

You can specify the window name using the 'TARGET_WINDOW_NAME' environment variable.

Can OmniParser processing be done on a different device?

Yes, you can specify the server's address and port using the 'OMNI_PARSER_SERVER' environment variable.

What should I do if the server does not work with other clients?

Specify '1' for the 'OMNI_PARSER_BACKEND_LOAD' environment variable to resolve compatibility issues.

Is it possible to use SSE for communication?

Yes, you can specify 'SSE_HOST' and 'SSE_PORT' to enable communication via SSE instead of stdio.