Skip to content

Commit c0057c7

Browse files
Merge pull request #134 from pushkarbw/main
Added Remote MCP Setup Instructions with screenshots
2 parents d2e2374 + 35c8a32 commit c0057c7

File tree

8 files changed

+57
-0
lines changed

8 files changed

+57
-0
lines changed

README.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,64 @@ As of now we support 20 tools.
456456
```text
457457
Upload PRD from /Users/xyz/Desktop/login-flow.pdf and use BrowserStack AI to generate test cases
458458
```
459+
## Remote MCP Setup
459460
461+
- VSCode (Copilot - Agent Mode): `.vscode/mcp.json`:
462+
463+
- Locate or Create the Configuration File:
464+
- In the root directory of your project, look for a folder named .vscode. This folder is usually hidden so you will need to find it as mentioned in the expand.
465+
- If this folder doesn't exist, create it.
466+
- Inside the .vscode folder, create a new file named mcp.json
467+
- To setup Remote BrowserStack MCP instead of local BrowserStack MCP you can add the following JSON content :
468+
<div align="center">
469+
<img src="assets/remotemcp_json_file.png" alt="Remote MCP JSON file" height="300" width="300">
470+
</div>
471+
472+
### Alternative way to Setup Remote MCP
473+
474+
- Step 1.Click on the gear icon to Select Tools
475+
476+
<div align="center">
477+
<img src="assets/select_tools.png" alt="Select Tools" height="300" width="300">
478+
</div>
479+
480+
- Step 2. A tool menu would appear at the top-centre, scroll down on the menu at the top and then Click on Add MCP Server
481+
482+
<div align="center">
483+
<img src="assets/add_mcp_server.png" alt="Add MCP Server" height="300" width="300">
484+
</div>
485+
486+
- Step 3. Click on HTTP option
487+
<div align="center">
488+
<img src="assets/http_option.png" alt="HTTP Option" height="300" width="300">
489+
</div>
490+
491+
- Step 4. Paste Remote MCP Server URL : https://mcp.browserstack.com/mcp
492+
<div align="center">
493+
<img src="assets/server_url.png" alt="Remote MCP Server URL" height="300" width="300">
494+
</div>
495+
496+
- Step 5. Give server id as : browserstack
497+
498+
<div align="center">
499+
<img src="assets/server_id.png" alt="Remote MCP Server ID" height="300" width="300">
500+
</div>
501+
502+
- Step 6. In VSCode Click on start MCP Server and then click on "Allow"
503+
504+
<div align="center">
505+
<img src="assets/authentication1.png" alt="authentication1" height="300" width="300">
506+
</div>
507+
508+
<div align="center">
509+
<img src="assets/authentication2.png" alt="authentication2" height="300" width="300">
510+
</div>
511+
512+
<div align="center">
513+
<img src="assets/signin_success.png" alt="Sign_in_success" height="300" width="300">
514+
</div>
515+
516+
460517
461518
## 🤝 Recommended MCP Clients
462519

assets/authentication1.png

49.3 KB
Loading

assets/authentication2.png

104 KB
Loading

assets/http_option.png

154 KB
Loading

assets/remotemcp_json_file.png

85.7 KB
Loading

assets/server_id.png

97.9 KB
Loading

assets/server_url.png

110 KB
Loading

assets/signin_success.png

68.9 KB
Loading

0 commit comments

Comments
 (0)