🪟 Darbot Windows MCP - Professional Windows desktop automation server for AI agents via Model Context Protocol (MCP). Control Windows like a human
Darbot MCP server exists for a simple reason — assistants are far more useful when they can act on Darbot directly instead of describing what you should do. 🪟 Darbot Windows MCP - Professional Windows desktop automation server for AI agents via Model Context Protocol (MCP). Control Windows like a human with 15 powerful tools. Includes Python dependencies, UV, and VS Code configuration.
%USERPROFILE%/.claude (Windows) or ~/.claude (macOS/Linux) and open claude_desktop_config.json.Once Darbot is connected, these are the calls the assistant has available:
Click-Tool — Click on the screen at the given coordinatesType-Tool — Type text on an element (optionally clears existing text)Clipboard-Tool — Copy or paste using the system clipboardScroll-Tool — Scroll vertically or horizontally on the window or specific regionsDrag-Tool — Drag from one point to anotherMove-Tool — Move mouse pointerShortcut-Tool — Press keyboard shortcuts (Ctrl+c, Alt+Tab, etc)Key-Tool — Press a single keyWait-Tool — Pause for a defined durationState-Tool — Combined snapshot of active apps and interactive, textual and scrollable elements along with screenshot of the desktopScreenshot-Tool — Capture a screenshot of the desktopLaunch-Tool — To launch an application from the start menuThe server ships on npm as @darbotlabs/darbot-windows-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
English as the default language in WindowsThis sits in the browser automation group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Darbot's toolset — Click-Tool, Type-Tool, Clipboard-Tool and 11 more — is a fair guide to whether it matches your workflow. It is maintained by darbot; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Darbot's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Click-Tool | Click on the screen at the given coordinates. |
| Type-Tool | Type text on an element (optionally clears existing text). |
| Clipboard-Tool | Copy or paste using the system clipboard. |
| Scroll-Tool | Scroll vertically or horizontally on the window or specific regions. |
| Drag-Tool | Drag from one point to another. |
| Move-Tool | Move mouse pointer. |
| Shortcut-Tool | Press keyboard shortcuts (Ctrl+c, Alt+Tab, etc). |
| Key-Tool | Press a single key. |
| Wait-Tool | Pause for a defined duration. |
| State-Tool | Combined snapshot of active apps and interactive, textual and scrollable elements along with screenshot of the desktop. |
| Screenshot-Tool | Capture a screenshot of the desktop. |
| Launch-Tool | To launch an application from the start menu. |
| Shell-Tool | To execute PowerShell commands. |
| Scrape-Tool | To scrape the entire webpage for information. |
{
"mcpServers": {
"windows-1": {
"command": "npx",
"args": ["-y", "@darbotlabs/darbot-windows-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
English as the default language in WindowsMicrosoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.