Odel
mcp server

mcp server

Local
@browserstack150TypeScriptAGPL-3.0Updated 4 days ago

BrowserStack's Official MCP Server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@browserstack/mcp-serverv1.2.7

Run

npx -y @browserstack/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@browserstack/mcp-server"
      ]
    }
  }
}