UI Explorer MCP Server
@modularflow
UI Explorer MCP Server について
MCP Server for tools to explore the UI on your computer.
基本情報
設定
以下の設定を使って、このサーバーを 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+.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント