Skip to content

Commit 7f1872a

Browse files
Add MCP browser tools requirement to web-browser plugin
Note that the plugin requires MCP browser tools, which are included in the Cursor desktop app or can be installed as a separate MCP server. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5a3df31 commit 7f1872a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

web-browser/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Browser debugging: DevTools, network traces, and reproducible bug reports.
44

5+
## Requirements
6+
7+
This plugin requires MCP browser tools (`browser_navigate`, `browser_snapshot`, `browser_network_requests`, etc.). These are included automatically in the Cursor desktop app. If you're using Cursor outside the desktop app, you'll need to install a browser MCP server separately.
8+
59
## Installation
610

711
```bash

web-browser/agents/browser-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ model: fast
66

77
# Browser debugger
88

9-
Browser debugging specialist using MCP browser tools for navigation, snapshots, and network traces.
9+
Browser debugging specialist using MCP browser tools for navigation, snapshots, and network traces. Requires MCP browser tools (included in the Cursor desktop app, or install a browser MCP server separately).
1010

1111
## Trigger
1212

0 commit comments

Comments
 (0)