windows-mcp-server

deploymenttheory/windows-mcp-server
★ 0 stars Go File System Updated today
A MCP server that bridges AI agents to the Windows desktop. UI Automation, synthetic mouse/keyboard input, screenshots, window and application control, PowerShell, the registry, processes, the filesystem, and web scraping. No computer-vision model is required: the agent perceives the UI through the Windows accessibility tree.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "windows-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/deploymenttheory/windows-mcp-server@latest"
      ]
    }
  }
}

Topics

gogolangmcpmcp-servermodelcontextprotocolwindowswindows-11