The TestingBot MCP server allows you to take screenshots of your website on multiple browsers and operating systems. Create CDP sessions and interface with the TestingBot service.
Server Config
{
"mcpServers": {
"testingbot": {
"command": "npx",
"args": [
"-y",
"@testingbot/mcp-server"
],
"env": {
"TESTINGBOT_KEY": "your-api-key",
"TESTINGBOT_SECRET": "your-api-secret"
}
}
}
}