By mustafaakben
Windows automation skills and MCP integration for the CursorTouch Windows-MCP server. Provides best practices, tool guidance, and workflows for automating Windows desktops.
This skill should be used when the user asks to "launch an application", "open a program", "resize a window", "move a window", "switch between windows", "arrange windows", "minimize or maximize a window", "close an application", "manage desktop layout", or needs to control application windows on Windows using the App tool.
This skill should be used when the user asks to "click a button", "type text", "scroll a page", "move the mouse", "press a keyboard shortcut", "interact with GUI elements", "automate mouse clicks", "fill in a text field", "use keyboard shortcuts on Windows", or needs to perform any direct screen interaction using Windows MCP tools.
This skill should be used when the user asks to "run a PowerShell command", "execute a shell command", "list processes", "kill a process", "modify the registry", "send a notification", "check system info", "manage Windows services", "automate system tasks", or needs to perform system-level operations on Windows using Shell, Process, Registry, or Notification tools.
This skill should be used when the user asks to "take a screenshot", "capture the screen", "identify elements on screen", "get a snapshot", "extract DOM content", "find interactive elements", "analyze screen state", "what is on the screen", or needs to observe and analyze the current Windows desktop state using Screenshot or Snapshot tools.
This skill should be used when the user asks to "scrape a webpage", "extract web content", "read the clipboard", "write to clipboard", "copy and paste", "select multiple files", "batch select items", "fill multiple form fields", "multi-edit", or needs to extract data from web pages, manage clipboard content, or perform bulk selection and input operations on Windows.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that integrates the Windows-MCP server and provides skills for automating Windows desktops effectively.
pip install uvStep 1 — Add the marketplace:
claude plugin marketplace add mustafaakben/plugin-windows-mcp
Step 2 — Install the plugin:
claude plugin install plugin-windows-mcp
Or from within Claude Code, use the slash commands:
/plugin marketplace add mustafaakben/plugin-windows-mcp
/plugin install plugin-windows-mcp
| Tool | Description |
|---|---|
| Click | Click at screen coordinates (left/right/double) |
| Type | Input text with optional clear |
| Scroll | Vertical/horizontal scrolling |
| Move | Mouse movement with drag support |
| Shortcut | Keyboard shortcuts (Ctrl+C, Alt+Tab, etc.) |
| Wait | Pause execution |
| Screenshot | Fast desktop capture |
| Snapshot | Full state capture with element IDs and DOM extraction |
| App | Launch, resize, move, switch, close applications |
| Shell | Execute PowerShell commands |
| Process | List or kill processes |
| Registry | Read/write/delete Windows Registry |
| Notification | Windows toast notifications |
| Scrape | Extract webpage content |
| Clipboard | Read/write clipboard |
| MultiSelect | Batch item selection |
| MultiEdit | Bulk form input |
| Skill | Description |
|---|---|
| Windows MCP Overview | Tool reference, selection guide, and decision tree |
| Screen Interaction | Click, Type, Scroll, Move, Shortcut, Wait patterns |
| Visual Capture | Screenshot vs Snapshot, DOM extraction, screen analysis |
| App & Window Management | Launch, tile, switch, and arrange application windows |
| System Operations | PowerShell, processes, registry, and notifications |
| Web & Data Operations | Scraping, clipboard chains, MultiSelect, MultiEdit |
| Best Practices | Performance, error handling, security, and workflow design |
When this plugin is installed:
uvx windows-mcpFor example, asking Claude to "click the save button" will trigger the Screen Interaction skill, which teaches Claude to Snapshot first, identify the button coordinates, then Click.
The MCP server runs with telemetry disabled by default. To customize, edit .mcp.json:
{
"mcpServers": {
"windows-mcp": {
"command": "uvx",
"args": ["windows-mcp"],
"env": {
"ANONYMIZED_TELEMETRY": "false"
}
}
}
}
To connect to a remote Windows VM instead of the local machine, add these environment variables:
"env": {
"MODE": "remote",
"SANDBOX_ID": "your-sandbox-id",
"API_KEY": "your-api-key"
}
This project follows Semantic Versioning. See CHANGELOG.md for release history.
MIT
Comprehensive integration with OpenAI Codex CLI - delegate complex coding tasks to Codex as a powerful coding partner
Modular Outlook automation skills for Claude Code: mail, calendar, contacts, tasks, and notes.
Local-first visual planning canvas for human-agent workflow design, execution, and evidence-backed progress tracking.
npx claudepluginhub mustafaakben/plugin-windows-mcp --plugin plugin-windows-mcpSafe cross-OS desktop & browser control for Claude Code — the fallback execution layer for when APIs, CLIs, and direct integrations aren't available. Registers the clawdcursor MCP server in compact mode and bundles its usage skill (the SKILL.md at the repo root). Requires Node.js 20+; the MCP server launches via npx, which fetches clawdcursor on demand (or uses your global install if present) — no separate install step.
MCP server + skill for Linux KDE Plasma 6 Wayland GUI automation. Provides 30 MCP tools (mouse, keyboard, touch, clipboard, screenshot, AT-SPI2 accessibility tree, window mgmt, D-Bus passthrough) plus the kwin-desktop-automation skill that guides session-mode selection, observation/action sequencing, and platform pitfalls.
Computer use toolkit for driving desktop environments through Claude's vision and action API with screenshot capture, mouse/keyboard control, and an autonomous agent loop
Give Claude eyes and hands — screen capture and interaction for full-auto workflows
Connect Claude to your Windows PC's AppControl monitor — query running processes, tracked binaries, resource usage history, security events, and idle/uptime intervals.
Windows system diagnostics and troubleshooting. Analyzes Event Viewer, disk health, memory, hardware errors, system stability, and performance to diagnose crashes, freezes, and reboots.