Claude Coded: Desktop capture, input, and UI automation for Windows. One binary: a CLI and an MCP stdio server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"windeskctl": {
"command": "npx",
"args": [
"-y",
"bearlyplayz/windeskctl"
]
}
}
}
Run in terminal:
claude mcp add windeskctl npx -y bearlyplayz/windeskctl
Add to .cursor/mcp.json:
{
"mcpServers": {
"windeskctl": {
"command": "npx",
"args": [
"-y",
"bearlyplayz/windeskctl"
]
}
}
}