Open-source Windows MCP server for AI assistants. File, clipboard, screenshot, process & power mgmt.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
In addition to the open-source edition, WinBridgeAgent Pro is now available as a free download.
The Pro edition is designed for users who need a more complete Windows Agent/Node experience, with ongoing improvements toward a more production-ready Windows node (closer to the OpenClaw Node experience).
Key enhancement areas (ongoing) include:
See details and download here:
WinBridgeAgent is published on the MCP Registry as io.github.codyard/winbridgeagent. MCP clients that support the registry can install it directly.
WinBridgeAgent-x64.exe (64-bit) or WinBridgeAgent-x86.exe (32-bit)For OpenClaw + Windows node setup, see windows-node-install.en.md.
WinBridgeAgent works with any MCP-compatible client. Below are setup instructions for popular clients.
Note: Replace
<windows-ip>with the IP address of the Windows PC running WinBridgeAgent (e.g.192.168.1.100). Uselocalhostonly if the MCP client runs on the same Windows machine.
Edit claude_desktop_config.json:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.jsonwinbridgeagenthttphttp://<windows-ip>:35182Or edit .cursor/mcp.json in your project root:
Edit ~/.codeium/windsurf/mcp_config.json:
winbridgeagentHTTPhttp://<windows-ip>:35182For a step-by-step Windows node deployment walkthrough (including mcporter pairing), see windows-node-install.en.md.
http://<windows-ip>:35182Edit cline_mcp_settings.json in your VS Code settings:
Any MCP client that supports HTTP transport can connect using:
http://<windows-ip>:351822024-11-05The server listens on the configured port (default 35182).
Open-source edition: No Bearer Token authentication required. All API endpoints are directly accessible.
| Method | Path | Description |
|---|---|---|
| GET | / | API endpoint list |
| GET | /health | Health check |
| GET | /status | Server status and info |
| GET | /disks | List all disk drives |
| GET | /list?path=<path> | List directory contents |
| GET | /read?path=<path> | Read file content |
| GET | /search?path=<path>&query=<q> | Search file content |
| GET | /clipboard | Read clipboard |
| PUT | /clipboard | Write clipboard |
| GET | /screenshot | Take screenshot |
| GET | /windows | List all windows |
| GET | /processes | List all processes |
| POST | /execute | Execute command |
| GET | /exit | Shutdown server |
| POST | /mcp/initialize | MCP initialize |
| POST | /mcp/tools/list | MCP list tools |
| POST | /mcp/tools/call | MCP call tool |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/winbridgeagent)<a href="https://allmcps.com/mcp/winbridgeagent"><img src="https://allmcps.com/api/badge/winbridgeagent?style=directory" alt="WinBridgeAgent on AllMCPs" /></a>