MCP.so
登录

UI Explorer MCP Server

@modularflow

关于 UI Explorer MCP Server

MCP Server for tools to explore the UI on your computer.

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

modularflow

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-ui-explorer": {
      "command": "python",
      "args": [
        "record_macro.py",
        "--name",
        "Login Workflow"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is UI Explorer MCP Server?

UI Explorer MCP Server is an MCP server that provides tools for exploring and interacting with UI elements on your screen. It is designed for developers and testers who need to automate UI workflows on Windows.

How to use UI Explorer MCP Server?

Install the package via pip install mcp-ui-explorer or clone the repository. Then, configure your MCP client (e.g., Roo in Cursor or Claude Desktop) with the server command uvx mcp-ui-explorer. Use the provided MCP tools like explore_ui, screenshot_ui, and click_ui_element to scan and control UI elements.

Key features of UI Explorer MCP Server

  • Explore UI hierarchies across screen regions
  • Take screenshots with highlighted UI boundaries
  • Click at screen coordinates programmatically
  • Send keyboard input and shortcuts
  • Record and playback UI workflows as macros

Use cases of UI Explorer MCP Server

  • Automating repetitive UI tasks on Windows
  • Debugging and verifying UI layouts during development
  • Recording and replaying multi-step user workflows

FAQ from UI Explorer MCP Server

What operating system does UI Explorer MCP Server support?

Windows.

How do I install UI Explorer MCP Server?

Use pip install mcp-ui-explorer or clone the repository and install in development mode with pip install -e . or uv pip install -e ..

How do I record and playback macros?

Run python record_macro.py --name "My Workflow" to record and python play_macro.py --file "macros/My Workflow.json" to playback. Windows users can use the provided batch files.

What tools does UI Explorer MCP Server provide?

explore_ui, screenshot_ui, click_ui_element, and keyboard_input.

What are the runtime requirements for UI Explorer MCP Server?

Python 3.10+, MCP 1.6.0+, PyAutoGUI, PyWinAuto, Pillow, and Pydantic 2.0+.

评论

其他 分类下的更多 MCP 服务器