Bridge MCP for Cursor
io.github.barhamagha1/bridge-mcp
Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.
client:Cursor
transport:stdio
runtime:pypi
Install Bridge MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bridge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bridge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs