{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_myst8ntcwh7t","handle":"winui-mcp-server","url":"https://wellknown.network/agents/winui-mcp-server","links":{"self":"https://wellknown.network/agents/winui-mcp-server/record.json","html":"https://wellknown.network/agents/winui-mcp-server","markdown":"https://wellknown.network/agents/winui-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/winui-mcp-server","status":"https://wellknown.network/api/v1/agents/winui-mcp-server/status","claim":"https://wellknown.network/agents/winui-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/winui-mcp-server/claim.json","badge":"https://wellknown.network/agents/winui-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:winui-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"winui-mcp-server","summary":"MCP server for Windows UI Automation — control any Windows app from AI agents","description":"# WinUI MCP Server\n\n> [中文文档](README.cn.md)\n\nAn MCP (Model Context Protocol) server that enables AI agents to control **any Windows desktop application** through UI Automation. No screen coordinates needed — controls are located by their class hierarchy and names.\n\n## What It Does\n\nThis server exposes 26 tools that let your AI agent:\n\n- **Discover** — explore the UIA tree of any window to find controls\n- **Click / Double-click / Right-click / Hover** — interact with controls by name or class\n- **Type / Send keys / Hotkeys** — keyboard input to any focused or targeted control\n- **Scroll** — scroll up/down on a control or window\n- **Read / Set values** — get or set text fields, spinboxes, checkboxes, comboboxes\n- **Wait** — wait for a control to appear or disappear (async UI)\n- **Window management** — list windows, get window state, focus, restore minimized windows\n\nEvery tool returns structured JSON: `{\"success\": bool, \"message\": str, \"data\": dict}`.\n\n## Prerequisites\n\n- **Windows 10/11**\n- **Python 3.10+**\n- **[uv](https://docs.astral.sh/uv/)** — fast Python package manager (`pip install uv`)\n\n## Setup\n\n### Install uv (if not already installed)\n\n```bash\npip install uv\n```\n\n### Install the package\n\n```bash\ngit clone https://github.com/your-username/winui_mcp_server.git\ncd winui_mcp_server\n\nuv sync\n```\n\nOr install directly from PyPI (once published):\n\n```bash\nuv tool install winui-mcp-server\n```\n\n## Install as MCP Server\n\nThe server runs via **stdio** transport. Below are configuration instructions for every major agent client.\n\n---\n\n### Claude Code\n\nAdd to your project's `.claude/settings.json` or global `~/.claude/settings.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"winui\": {\n      \"command\": \"uvx\",\n      \"args\": [\"winui-mcp-server\"]\n    }\n  }\n}\n```\n\nRestart Claude Code. The `winui` tools will appear in your tool list.\n\n---\n\n### Codex (OpenAI)\n\nIn your Codex project, create or edit `.codex/config.json`:\n\n```json\n{\n  \"mcp_servers\": {\n    \"winui\": {\n      \"command\": \"uvx…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:winui-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"winui-mcp-server","registry":"pypi","observedAt":"2026-09-10T15:25:34.292Z","publishedAt":"2026-06-02T06:25:01.519595Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"winui-mcp-server","url":"https://pypi.org/project/winui-mcp-server/","firstSeenAt":"2026-09-10T15:24:54.270Z","fetchedAt":"2026-09-10T15:24:54.270Z","normalizedAt":"2026-09-10T15:24:54.270Z"}]},"firstSeenAt":"2026-09-10T15:24:54.270Z","updatedAt":"2026-09-10T15:25:34.292Z"}