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
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,25 @@
4
4
div>
5
5
6
6
7
-
> Seamlessly integrate BrowserStack's powerful testing infrastructure with your favorite AI-first development environments.
8
-
9
7
## 🚀 Overview
10
-
11
8
BrowserStack MCP Server brings the power of BrowserStack's [Test Platform](https://www.browserstack.com/test-platform) directly into your development workflow. It enables you to run tests, debug applications, and perform cross-browser testing through any [MCP-compliant client](https://modelcontextprotocol.io/clients#feature-support-matrix).
12
9
13
-
## ✨ Features
10
+
## ✨ Features - More Coming Soon!
14
11
15
12
### 📱 App Testing
16
13
-**Real Device Testing**: Test your mobile apps on BrowserStack's extensive cloud of real devices
17
-
-**Comprehensive Device Coverage**: Access all major devices and OS versions from our [device grid](https://www.browserstack.com/list-of-browsers-and-platforms/app_live)
18
14
-**Performance Testing**: Unlike emulators, test your app's real-world performance on actual devices
19
15
-**Live Debugging**: Debug crashes and performance issues in real-time
16
+
-**Comprehensive Device Coverage**: Access all major devices and OS versions from our [device grid](https://www.browserstack.com/list-of-browsers-and-platforms/app_live)
20
17
21
18
### 🌐 Web Testing
22
19
-**Local Testing**: Seamlessly test websites hosted on localhost
23
20
-**Cross-Browser Testing**: Test websites across different browsers and devices
24
21
-**Screenshot Testing**: Capture and compare screenshots across different environments
25
22
26
23
### 🧪 Automated Testing
27
-
-**Framework Support**: Run tests written in Jest, Playwright, Selenium, and more
28
-
-**Smart Test Case Tagging**: Leverage AI to identify and fix test failures
24
+
-**Fix Test Failures**: Leverage AI to identify and fix test failures reported by your CI/CD pipeline by utilising our industry leading [Test Observability](https://www.browserstack.com/docs/test-observability) features. Find more info [here](https://www.browserstack.com/docs/test-observability/features/smart-tags).
25
+
-**Run on BrowserStack**: Easily run tests written in Jest, Playwright, Selenium, and more on BrowserStack's [Test Platform](https://www.browserstack.com/test-platform)
29
26
-**Accessibility Testing**: Ensure WCAG and ADA compliance with our [Accessibility Testing](https://www.browserstack.com/accessibility-testing) tool
30
27
31
28
## 🛠️ Installation
@@ -35,7 +32,7 @@ BrowserStack MCP Server brings the power of BrowserStack's [Test Platform](https
35
32
- Get your credentials from [Account Settings](https://www.browserstack.com/accounts/profile/details)
36
33
37
34
2.**Install the MCP Server**
38
-
-For Cursor users, update your`.cursor/mcp.json`:
35
+
-Sample MCP Server config for Cursor:`.cursor/mcp.json`:
39
36
```json
40
37
{
41
38
"mcpServers": {
@@ -50,6 +47,7 @@ BrowserStack MCP Server brings the power of BrowserStack's [Test Platform](https
50
47
}
51
48
}
52
49
```
50
+
- For Github Copilot users, ensure you are using the latest version of the VSCode with support for Copilot agent mode.
53
51
54
52
## 💡 Usage Examples
55
53
@@ -83,17 +81,14 @@ BrowserStack MCP Server brings the power of BrowserStack's [Test Platform](https
83
81
"check for accessibility issues on my www.mywebsite.com"
84
82
```
85
83
86
-
## 🤝 Supported MCP Clients
84
+
## 🤝 Recommended MCP Clients
87
85
88
-
-**Cursor** (Recommended for code modifications)
89
-
-**Claude Desktop**
90
-
- Other MCP-compliant clients
86
+
-**Github Copilot or Cursor** (Recommended for automated testing + debugging)
87
+
-**Claude Desktop** (Recommended for manual testing)
91
88
92
89
## ⚠️ Important Notes
93
-
94
-
- The BrowserStack MCP Server is under active development
95
-
- Currently supports a subset of the MCP protocol
96
-
- Due to the non-deterministic nature of LLMs, tool invocation may vary
90
+
- The BrowserStack MCP Server is under active development and currently supports a subset of the MCP protocol, i.e. `tools`. More features will be added soon.
91
+
- As tool invocation relies on the MCP Client which in turn rely on LLMs for tool calling. There can be some non-deterministic behaviour and can lead to unexpected results. If you have any suggestions or feedback, please open an issue to discuss.
0 commit comments