Back to MCP Servers
Omniparser Autogui
🐍 Automatic operation of on-screen GUI.
other-tools-and-integrations
By NON906
Installation
npx -y omniparser-autogui-mcpConfiguration
{
"mcpServers": {
"omniparser-autogui-mcp": {
"command": "npx",
"args": ["-y", "omniparser-autogui-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes