@@ -189,6 +189,10 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
189189 }
190190 }
191191 ```
192+ - To setup Remote BrowserStack MCP instead of local BrowserStack MCP you can add the following JSON content instead :
193+ <div align="center">
194+ <img src="assets/remotemcp_json_file.png" alt="Remote MCP JSON file" height="100" width="100">
195+ </div>
192196
193197 - In VSCode, make sure to click on `Start` button in the MCP Server to start the server.
194198 
@@ -456,7 +460,57 @@ As of now we support 20 tools.
456460 ```text
457461 Upload PRD from /Users/xyz/Desktop/login-flow.pdf and use BrowserStack AI to generate test cases
458462 ```
463+ ## Remote MCP Setup
459464
465+ - VSCode (Copilot - Agent Mode): `.vscode/mcp.json`:
466+
467+ - Locate or Create the Configuration File:
468+ - 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.
469+ - If this folder doesn' t exist, create it.
470+ - Inside the .vscode folder, create a new file named mcp.json
471+ - To setup Remote BrowserStack MCP instead of local BrowserStack MCP you can add the following JSON content :
472+ < div align=" center" >
473+ < img src=" assets/remotemcp_json_file.png" alt=" Remote MCP JSON file" height=" 100" width=" 100" >
474+ < /div>
475+
476+ # ## Alternative way to Setup Remote MCP
477+ - Step 1.Click on the gear icon to Select Tools
478+ < div align=" center" >
479+ < img src=" assets/select_tools.png" alt=" Select Tools" height=" 100" >
480+ < /div>
481+
482+ - 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
483+ < div align=" center" >
484+ < img src=" assets/add_mcp_server.png" alt=" Add MCP Server" height=" 100" >
485+ < /div>
486+
487+ - Step 3. Click on HTTP option
488+ < div align=" center" >
489+ < img src=" assets/http_option.png" alt=" HTTP Option" height=" 100" width=" 100" >
490+ < /div>
491+
492+ - Step 4. Paste Remote MCP Server URL
493+ < div align=" center" >
494+ < img src=" assets/server_url.png" alt=" Remote MCP Server URL" height=" 100" width=" 100" >
495+ < /div>
496+
497+ - Step 5. Give server id as browserstack
498+ < div align=" center" >
499+ < img src=" assets/server_id.png" alt=" Remote MCP Server ID" height=" 100" width=" 100" >
500+ < /div>
501+
502+ - Step 6. In VSCode Click on start MCP Server and then click on " Allow"
503+ < div align=" center" >
504+ < img src=" assets/authentication1.png" alt=" authentication1" height=" 100" width=" 100" >
505+ < /div>
506+ < div align=" center" >
507+ < img src=" assets/authentication2.png" alt=" authentication2" height=" 100" width=" 100" >
508+ < /div>
509+ < div align=" center" >
510+ < img src=" assets/signin_success.png" alt=" Sign_in_success" height=" 100" width=" 100" >
511+ < /div>
512+
513+
460514
461515# # 🤝 Recommended MCP Clients
462516
0 commit comments