Bridge MCP is a Model Context Protocol (MCP) server that allows any AI to control a Windows PC, enabling automation of applications, input, and system commands.
From the registry: Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.
$ git clone https://github.com/BarhamAgha1/Bridge-MCP.git && cd Bridge-MCP && pip install -r requirements-local.txt$ python local_agent.pyPlease install the `bridge-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone and install** — Clone repo and install Python deps Run: `git clone https://github.com/BarhamAgha1/Bridge-MCP.git && cd Bridge-MCP && pip install -r requirements-local.txt`
- **Run local agent** — Start the local HTTP agent on port 8006 that executes commands on your Windows PC Run: `python local_agent.py`
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["C:\\\\path\\\\to\\\\Bridge-MCP\\\\bridge_mcp.py"]
Note: Windows-only PC control. Requires a persistent local_agent.py process on port 8006 alongside the MCP server.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.An MCP Server for computer-use in Windows OS