|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "com.browserstack-mcp-npx", |
| 4 | + "name": "BrowserStack (npx)", |
| 5 | + "alias": "browserstack", |
| 6 | + "description": "BrowserStack's official MCP server for cross-browser and mobile testing: run automated and manual tests on real devices, debug test failures, manage test runs, and access the App Live, Live, and Automate platforms.", |
| 7 | + "logo": "https://avatars.githubusercontent.com/u/1119453?v=4", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "developer-tools" |
| 11 | + ], |
| 12 | + "tags": [ |
| 13 | + "browserstack", |
| 14 | + "testing", |
| 15 | + "automation", |
| 16 | + "cross-browser", |
| 17 | + "mobile-testing", |
| 18 | + "selenium", |
| 19 | + "playwright", |
| 20 | + "debugging" |
| 21 | + ], |
| 22 | + "transport": { |
| 23 | + "type": "stdio", |
| 24 | + "command": "npx", |
| 25 | + "args": [ |
| 26 | + "-y", |
| 27 | + "@browserstack/mcp-server" |
| 28 | + ], |
| 29 | + "env": { |
| 30 | + "BROWSERSTACK_USERNAME": "${input:BROWSERSTACK_USERNAME}", |
| 31 | + "BROWSERSTACK_ACCESS_KEY": "${input:BROWSERSTACK_ACCESS_KEY}" |
| 32 | + }, |
| 33 | + "metadata": { |
| 34 | + "inputs": [ |
| 35 | + { |
| 36 | + "id": "BROWSERSTACK_USERNAME", |
| 37 | + "label": "BrowserStack Username", |
| 38 | + "description": "Your BrowserStack account username, found on the Account & Profile settings page.", |
| 39 | + "type": "text", |
| 40 | + "required": true, |
| 41 | + "secret": false, |
| 42 | + "placeholder": "your-username", |
| 43 | + "obtain": { |
| 44 | + "url": "https://www.browserstack.com/accounts/profile/details", |
| 45 | + "instructions": "1. Sign in to BrowserStack\n2. Open Account & Profile > Profile (Account Settings)\n3. Copy your Username", |
| 46 | + "button_label": "Open Account Settings" |
| 47 | + } |
| 48 | + }, |
| 49 | + { |
| 50 | + "id": "BROWSERSTACK_ACCESS_KEY", |
| 51 | + "label": "BrowserStack Access Key", |
| 52 | + "description": "Your BrowserStack access key, found alongside your username on the Account & Profile settings page.", |
| 53 | + "type": "text", |
| 54 | + "required": true, |
| 55 | + "secret": true, |
| 56 | + "placeholder": "********************", |
| 57 | + "obtain": { |
| 58 | + "url": "https://www.browserstack.com/accounts/profile/details", |
| 59 | + "instructions": "1. Sign in to BrowserStack\n2. Open Account & Profile > Profile (Account Settings)\n3. Copy your Access Key", |
| 60 | + "button_label": "Open Account Settings" |
| 61 | + } |
| 62 | + } |
| 63 | + ] |
| 64 | + } |
| 65 | + }, |
| 66 | + "auth": { |
| 67 | + "type": "api_key", |
| 68 | + "instructions": "Use your BrowserStack Username and Access Key from Account & Profile > Profile at https://www.browserstack.com/accounts/profile/details" |
| 69 | + }, |
| 70 | + "contributor": { |
| 71 | + "name": "BrowserStack", |
| 72 | + "github": "browserstack", |
| 73 | + "url": "https://www.browserstack.com" |
| 74 | + }, |
| 75 | + "links": { |
| 76 | + "repository": "https://github.com/browserstack/mcp-server", |
| 77 | + "homepage": "https://www.browserstack.com", |
| 78 | + "documentation": "https://github.com/browserstack/mcp-server#readme" |
| 79 | + }, |
| 80 | + "platforms": [ |
| 81 | + "all" |
| 82 | + ], |
| 83 | + "capabilities": { |
| 84 | + "tools": true, |
| 85 | + "resources": false, |
| 86 | + "prompts": false, |
| 87 | + "read_only_mode": false |
| 88 | + }, |
| 89 | + "changelog_url": "https://github.com/browserstack/mcp-server/releases" |
| 90 | +} |
0 commit comments