Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.
claude mcp add winctl -- npx -y @sitharaj88/winctl
claude_desktop_config.json
{
"mcpServers": {
"winctl": {
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"winctl": {
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"winctl": {
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"winctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"winctl": {
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sitharaj88--winctl/reviews or the review_server meta-tool.
POST /mcp