Open-source Windows MCP server for AI assistants. File, clipboard, screenshot, process & power mgmt.
Most browser automation work still happens through a UI a human drives. WinBridgeAgent MCP server moves it into the conversation instead. Open-source Windows MCP server for AI assistants. File, clipboard, screenshot, process & power mgmt.
WinBridgeAgent is an open-source Windows local capability service that implements the Model Context Protocol (MCP) standard, providing traceable Windows system operations for AI assistants such as Claude Desktop, OpenAI, etc.
The server publishes 8 tools. What each one is for:
Core — The Core tool exposed by this serverCursor — 1. Open Settings → MCP 2. Click Add new MCP server 3. Fill in: - Name: winbridgeagent - Type: http - URLWindsurf — The Windsurf tool exposed by this serverOpenClaw — 1. Open Settings → MCP Servers 2. Click Add 3. Set: - Name: winbridgeagent - Transport: HTTP - URL: http://:35182Endpoints — The Endpoints tool exposed by this serverExamples — The Examples tool exposed by this serverPrerequisites — The Prerequisites tool exposed by this serverBuild — The Build tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This 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. WinBridgeAgent's toolset — Core, Cursor, Windsurf and 5 more — is a fair guide to whether it matches your workflow. It is maintained by codyard; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Core | The Core tool exposed by this server. |
| Cursor | 1. Open **Settings** → **MCP** 2. Click **Add new MCP server** 3. Fill in: - **Name**: winbridgeagent - **Type**: http - **URL**: http://<windows-ip>:35182 |
| Windsurf | The Windsurf tool exposed by this server. |
| OpenClaw | 1. Open **Settings** → **MCP Servers** 2. Click **Add** 3. Set: - **Name**: winbridgeagent - **Transport**: HTTP - **URL**: http://<windows-ip>:35182 |
| Endpoints | The Endpoints tool exposed by this server. |
| Examples | The Examples tool exposed by this server. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Build | The Build tool exposed by this server. |
{
"mcpServers": {
"winbridgeagent": {
"url": "http://<windows-ip>:35182",
"transport": "http"
}
}
}Configuration as documented by the project. Restart the client after saving.
Microsoft'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.