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
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,13 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
138
138
139
139
## 🛠️ Installation
140
140
141
+
### **One Click MCP Setup**
142
+
141
143
[](http://mcp.browserstack.com/one-click-setup?client=vscode) [](http://mcp.browserstack.com/one-click-setup?client=cursor)
142
144
145
+
146
+
### **Alternate ways to Setup MCP server**
147
+
143
148
1. **Create a BrowserStack Account**
144
149
145
150
- Sign up for [BrowserStack](https://www.browserstack.com/users/sign_up) if you don't have an account already.
@@ -150,9 +155,19 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
150
155
- Once you have an account (and purchased appropriate plan), note down your `username` and `access_key` from [Account Settings](https://www.browserstack.com/accounts/profile/details).
151
156
152
157
2. Ensure you are using Node version >= `18.0`. Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
In the root directory of your project, look fora folder named .vscode. This folder is usually hidden so you will need to find it as mentionedin the expand.
165
+
166
+
2. If this folder doesn't exist, create it.
167
+
168
+
3. Inside the .vscode folder, create a new file named mcp.json
169
+
170
+
4. Add the Configuration: Open the mcp.json file and add the following JSON content. Replace <username> and <access_key> with your BrowserStack credentials.
156
171
157
172
```json
158
173
{
@@ -172,6 +187,30 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
172
187
- In VSCode, make sure to click on `Start` button in the MCP Server to start the server.
173
188

174
189
190
+
191
+
#### ** Alternate way to setup MCP on VSCode Copilot
0 commit comments