Skip to content
VS Code

Bridge MCP for VS Code

io.github.barhamagha1/bridge-mcp

Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.

client:VS Code transport:stdio runtime:pypi

Install Bridge MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "bridge-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bridge-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Bridge MCP in other clients