BrowserStack MCP Server

Browser Automationstdio
代码仓库

BrowserStack's official MCP server for AI-assisted testing. Lets agents manage test cases, run manual and automated tests across real browsers and devices, access debugging artifacts such as logs and session details, and triage failures using plain English. Useful for cross-platform QA and browser-compatibility workflows from MCP-enabled clients.

连接

将此配置添加到 .claude/mcp.json

{
  "mcpServers": {
    "browserstack": {
      "command": "npx",
      "args": [
        "-y",
        "@browserstack/mcp-server"
      ],
      "env": {
        "BROWSERSTACK_USERNAME": "<YOUR_BROWSERSTACK_USERNAME>",
        "BROWSERSTACK_ACCESS_KEY": "<YOUR_BROWSERSTACK_ACCESS_KEY>"
      }
    }
  }
}

工具 (2)

run_automated_test

Run an automated test session on BrowserStack across a target browser or device.

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "os": {
      "type": "string",
      "description": "Target operating system"
    },
    "url": {
      "type": "string",
      "description": "URL under test"
    },
    "browser": {
      "type": "string",
      "description": "Target browser name"
    }
  }
}

get_session_details

Retrieve details, logs, and artifacts for a BrowserStack test session.

{
  "type": "object",
  "required": [
    "session_id"
  ],
  "properties": {
    "session_id": {
      "type": "string",
      "description": "ID of the test session"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
BrowserStack (@browserstack)
代码仓库
https://github.com/browserstack/mcp-server
星标
0
最后更新
2026年7月12日