Skip to content

Commit bd35485

Browse files
update
1 parent 2d1f72d commit bd35485

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<h3 align="center">One Platform For All Your Testing Needs</h4>
88

9+
## 📖 Overview
910
Enable every developer and tester in your team, whether they are testing manually, starting their automation journey, or scaling test automation.
1011
BrowserStack MCP Server allows you to use our cutting-edge [Test Platform](https://www.browserstack.com/test-platform) directly from your favorite AI tools.
1112

@@ -67,10 +68,6 @@ Use the following prompts to run/debug/fix your **automated tests** on BrowserSt
6768
- Run tests written in Jest, Playwright, Selenium, and more on BrowserStack's [Test Platform](https://www.browserstack.com/test-platform)
6869
- **Accessibility Testing**: Ensure WCAG and ADA compliance with our [Accessibility Testing](https://www.browserstack.com/accessibility-testing) tool
6970

70-
## 🚀 Overview
71-
72-
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).
73-
7471
## 🛠️ Installation
7572

7673
1. **Create a BrowserStack Account**
@@ -79,7 +76,7 @@ BrowserStack MCP Server brings the power of BrowserStack's [Test Platform](https
7976
- Note down your `username` and `access_key` from [Account Settings](https://www.browserstack.com/accounts/profile/details)
8077

8178
2. **Install the MCP Server**
82-
- On VSCode (Copilot - Agent Mode): `.vscode/mcp.json`:
79+
- VSCode (Copilot - Agent Mode): `.vscode/mcp.json`:
8380
```json
8481
{
8582
"servers": {
@@ -94,7 +91,7 @@ BrowserStack MCP Server brings the power of BrowserStack's [Test Platform](https
9491
}
9592
}
9693
```
97-
- On Cursor: `.cursor/mcp.json`:
94+
- Cursor: `.cursor/mcp.json`:
9895
```json
9996
{
10097
"mcpServers": {
@@ -109,7 +106,7 @@ BrowserStack MCP Server brings the power of BrowserStack's [Test Platform](https
109106
}
110107
}
111108
```
112-
- On Claude Desktop: `~/claude_desktop_config.json`:
109+
- Claude Desktop: `~/claude_desktop_config.json`:
113110
```json
114111
{
115112
"mcpServers": {

0 commit comments

Comments
 (0)