server.json•958 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.browserstack/mcp-server",
"description": "BrowserStack's Official MCP Server",
"repository": {
"url": "https://github.com/browserstack/mcp-server",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@browserstack/mcp-server",
"version": "1.2.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "BrowserStack Username",
"isRequired": true,
"format": "string",
"isSecret": false,
"name": "BROWSERSTACK_USERNAME"
},
{
"description": "BrowserStack Access Key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BROWSERSTACK_ACCESS_KEY"
}
]
}
]
}