UIAutomationMcp
Rank #9,194io.github.trsdn/mcp-server-uiautomation
Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.
UIAutomationMcp is a Model Context Protocol (MCP) server published by trsdn. It ranks #9,194 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. UIAutomationMcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 20, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 106,266 of 115,460 servers on MCP Toplist.
Use UIAutomationMcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-uiautomation -- dnx UIAutomationMcp.McpServerclaude mcp add mcp-server-uiautomation -- npx -y uia-mcp[mcp_servers.mcp-server-uiautomation]
command = "dnx"
args = ["UIAutomationMcp.McpServer"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-server-uiautomation]
command = "npx"
args = ["-y", "uia-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "dnx",
"args": [
"UIAutomationMcp.McpServer"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "npx",
"args": [
"-y",
"uia-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "dnx",
"args": [
"UIAutomationMcp.McpServer"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "npx",
"args": [
"-y",
"uia-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-server-uiautomation": {
"type": "stdio",
"command": "dnx",
"args": [
"UIAutomationMcp.McpServer"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-server-uiautomation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uia-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "dnx",
"args": [
"UIAutomationMcp.McpServer"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "npx",
"args": [
"-y",
"uia-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "dnx",
"args": [
"UIAutomationMcp.McpServer"
]
}
}
}{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "npx",
"args": [
"-y",
"uia-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.trsdn%2Fmcp-server-uiautomation)<a href="https://mcptoplist.com/server/io.github.trsdn%2Fmcp-server-uiautomation"><img src="https://mcptoplist.com/badge/io.github.trsdn%2Fmcp-server-uiautomation.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
trsdn
Other servers by trsdn
- MCP Server for PowerPoint#2,830 · 5 vers
- MarkItDown MCP Server#3,216 · 3 vers
- Word#13,853 · 1 ver
- DocMistral MCP Server#15,792 · 1 ver
- Microsoft Events MCP Server#42,127
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Aug 25, 2026 |
| 1.0.0 | Aug 20, 2026 |
Frequently asked questions
- Who maintains UIAutomationMcp?
- UIAutomationMcp is maintained by trsdn, which publishes 6 MCP servers (12 total versions) tracked on MCP Toplist.
- Is UIAutomationMcp listed on the Official MCP Registry?
- Yes — UIAutomationMcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does UIAutomationMcp have?
- MCP Toplist tracks 2 versions of UIAutomationMcp, most recently published on Aug 25, 2026.
- Where can I find the source code for UIAutomationMcp?
- The source code for UIAutomationMcp is hosted at github.com/trsdn/mcp-server-uiautomation.