You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,26 @@ An MCP Server for interacting with manifest v2 compatible browsers.
17
17
}
18
18
```
19
19
20
-
2. Download and load [MCP Browser Kit Extension](https://github.com/ndthanhdev/mcp-browser-kit/releases/download/v1.0.0/extension.zip) into a manifest v2 compatible browser:
20
+
1. Download and extract [MCP Browser Kit Extension](https://github.com/ndthanhdev/mcp-browser-kit/releases/download/v1.0.0/extension.zip)
21
+
1.[Load extension](#load-extension) into a manifest v2 compatible browser:
22
+
- Chrome ❌
23
+
- Brave ✅
24
+
- Firefox ✅
21
25
22
-
- Chrome ❌
23
-
- Brave ✅
24
-
- Firefox ✅
25
-
26
-
3. Enable extension and start messaging on your MCP Client:
26
+
1. Enable extension and start messaging on your MCP Client:
27
27
28
28
```
29
29
use mcp-browser-kit, Star the last opening github repo on my browser
30
-
```
30
+
```Load
31
+
32
+
## Load Extension
33
+
34
+
- Brave
35
+
1. Open `brave://extensions/`
36
+
2. Enable `Developer mode`
37
+
3. Click `Load unpacked`
38
+
4. Select the `extension` folder
39
+
- Firefox
40
+
1. Open `about:debugging#/runtime/this-firefox`
41
+
2. Click `Load Temporary Add-on`
42
+
3. Select the `manifest.json` file in the `extension` folder
0 commit comments