desktop-touch-mcp
Rank #644io.github.Harusame64/desktop-touch-mcp
Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.
desktop-touch-mcp is a Model Context Protocol (MCP) server published by harusame64. It ranks #644 of 132,046 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. desktop-touch-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 54 tracked versions. It was first listed on Apr 11, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 131,402 of 132,046 servers on MCP Toplist.
Use desktop-touch-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add desktop-touch-mcp -e "DESKTOP_TOUCH_AUTO_GUARD=<your DESKTOP_TOUCH_AUTO_GUARD>" -e "DESKTOP_TOUCH_PERCEPTION_RESOURCES=<your DESKTOP_TOUCH_PERCEPTION_RESOURCES>" -e "DESKTOP_TOUCH_PERCEPTION_IDLE_MS=<your DESKTOP_TOUCH_PERCEPTION_IDLE_MS>" -e "DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE=<your DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>" -e "DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE=<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>" -e "DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH=<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>" -e "DESKTOP_TOUCH_RESOLVE_LOG_RAW=<your DESKTOP_TOUCH_RESOLVE_LOG_RAW>" -- npx -y @harusame64/desktop-touch-mcpReplace each placeholder with your own value before saving.
[mcp_servers.desktop-touch-mcp]
command = "npx"
args = ["-y", "@harusame64/desktop-touch-mcp"]
[mcp_servers.desktop-touch-mcp.env]
DESKTOP_TOUCH_AUTO_GUARD = "<your DESKTOP_TOUCH_AUTO_GUARD>"
DESKTOP_TOUCH_PERCEPTION_RESOURCES = "<your DESKTOP_TOUCH_PERCEPTION_RESOURCES>"
DESKTOP_TOUCH_PERCEPTION_IDLE_MS = "<your DESKTOP_TOUCH_PERCEPTION_IDLE_MS>"
DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE = "<your DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>"
DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE = "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>"
DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH = "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>"
DESKTOP_TOUCH_RESOLVE_LOG_RAW = "<your DESKTOP_TOUCH_RESOLVE_LOG_RAW>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"desktop-touch-mcp": {
"command": "npx",
"args": [
"-y",
"@harusame64/desktop-touch-mcp"
],
"env": {
"DESKTOP_TOUCH_AUTO_GUARD": "<your DESKTOP_TOUCH_AUTO_GUARD>",
"DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<your DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
"DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<your DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
"DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<your DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>",
"DESKTOP_TOUCH_RESOLVE_LOG_RAW": "<your DESKTOP_TOUCH_RESOLVE_LOG_RAW>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"desktop-touch-mcp": {
"command": "npx",
"args": [
"-y",
"@harusame64/desktop-touch-mcp"
],
"env": {
"DESKTOP_TOUCH_AUTO_GUARD": "<your DESKTOP_TOUCH_AUTO_GUARD>",
"DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<your DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
"DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<your DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
"DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<your DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>",
"DESKTOP_TOUCH_RESOLVE_LOG_RAW": "<your DESKTOP_TOUCH_RESOLVE_LOG_RAW>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"desktop-touch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@harusame64/desktop-touch-mcp"
],
"env": {
"DESKTOP_TOUCH_AUTO_GUARD": "<your DESKTOP_TOUCH_AUTO_GUARD>",
"DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<your DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
"DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<your DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
"DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<your DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>",
"DESKTOP_TOUCH_RESOLVE_LOG_RAW": "<your DESKTOP_TOUCH_RESOLVE_LOG_RAW>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"desktop-touch-mcp": {
"command": "npx",
"args": [
"-y",
"@harusame64/desktop-touch-mcp"
],
"env": {
"DESKTOP_TOUCH_AUTO_GUARD": "<your DESKTOP_TOUCH_AUTO_GUARD>",
"DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<your DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
"DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<your DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
"DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<your DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>",
"DESKTOP_TOUCH_RESOLVE_LOG_RAW": "<your DESKTOP_TOUCH_RESOLVE_LOG_RAW>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"desktop-touch-mcp": {
"command": "npx",
"args": [
"-y",
"@harusame64/desktop-touch-mcp"
],
"env": {
"DESKTOP_TOUCH_AUTO_GUARD": "<your DESKTOP_TOUCH_AUTO_GUARD>",
"DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<your DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
"DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<your DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
"DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<your DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<your DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>",
"DESKTOP_TOUCH_RESOLVE_LOG_RAW": "<your DESKTOP_TOUCH_RESOLVE_LOG_RAW>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Harusame64%2Fdesktop-touch-mcp)<a href="https://mcptoplist.com/server/io.github.Harusame64%2Fdesktop-touch-mcp"><img src="https://mcptoplist.com/badge/io.github.Harusame64%2Fdesktop-touch-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
harusame64
Available versions (54)
| Version | Published |
|---|---|
| 1.16.0 | Aug 29, 2026 |
| 1.15.1 | Aug 24, 2026 |
| 1.15.0 | Aug 22, 2026 |
| 1.14.3 | Jul 30, 2026 |
| 1.14.2 | Jul 30, 2026 |
| 1.14.1 | Jul 28, 2026 |
| 1.14.0 | Jul 26, 2026 |
| 1.13.1 | Jul 26, 2026 |
| 1.13.0 | Jul 25, 2026 |
| 1.12.4 | Jul 22, 2026 |
| 1.12.3 | Jul 17, 2026 |
| 1.12.2 | Jul 16, 2026 |
| 1.12.1 | Jul 9, 2026 |
| 1.12.0 | Jul 8, 2026 |
| 1.11.0 | Jun 28, 2026 |
| 1.10.4 | Jun 15, 2026 |
| 1.10.3 | Jun 12, 2026 |
| 1.10.2 | Jun 7, 2026 |
| 1.10.1 | Jun 6, 2026 |
| 1.10.0 | Jun 6, 2026 |
| 1.9.2 | May 25, 2026 |
| 1.9.1 | May 25, 2026 |
| 1.9.0 | May 24, 2026 |
| 1.8.0 | May 23, 2026 |
| 1.7.2 | May 19, 2026 |
| 1.7.0 | May 19, 2026 |
| 1.6.1 | May 17, 2026 |
| 1.6.0 | May 16, 2026 |
| 1.5.1 | May 12, 2026 |
| 1.5.0 | May 12, 2026 |
| 1.4.4 | May 11, 2026 |
| 1.4.3 | May 11, 2026 |
| 1.4.2 | May 10, 2026 |
| 1.4.1 | May 9, 2026 |
| 1.4.0 | May 9, 2026 |
| 1.3.2 | May 8, 2026 |
| 1.3.1 | May 8, 2026 |
| 1.3.0 | May 7, 2026 |
| 1.2.1 | May 3, 2026 |
| 1.1.3 | Apr 28, 2026 |
| 1.1.2 | Apr 28, 2026 |
| 1.1.1 | Apr 28, 2026 |
| 1.1.0 | Apr 27, 2026 |
| 1.0.5 | Apr 27, 2026 |
| 1.0.4 | Apr 27, 2026 |
| 1.0.3 | Apr 26, 2026 |
| 0.15.7 | Apr 20, 2026 |
| 0.15.6 | Apr 19, 2026 |
| 0.15.5 | Apr 19, 2026 |
| 0.15.4 | Apr 19, 2026 |
| 0.15.3 | Apr 18, 2026 |
| 0.15.2 | Apr 18, 2026 |
| 0.14.0 | Apr 18, 2026 |
| 0.13.1 | Apr 17, 2026 |
Frequently asked questions
- Who maintains desktop-touch-mcp?
- desktop-touch-mcp is maintained by harusame64, which publishes 1 MCP server (54 total versions) tracked on MCP Toplist.
- Is desktop-touch-mcp listed on the Official MCP Registry?
- Yes — desktop-touch-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does desktop-touch-mcp have?
- MCP Toplist tracks 54 versions of desktop-touch-mcp, most recently published on Aug 29, 2026.
- Where can I find the source code for desktop-touch-mcp?
- The source code for desktop-touch-mcp is hosted at github.com/harusame64/desktop-touch-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.