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.
Tools
getBrowsers
getDevices
getTests
getTestDetails
updateTest
deleteTest
stopTest
getBuilds
getTestsForBuild
deleteBuild
uploadFile
uploadRemoteFile
getStorageFiles
deleteStorageFile
takeScreenshot
retrieveScreenshots
getScreenshotList
getUserInfo
updateUserInfo
startLiveSession
startDesktopLiveSession
startMobileLiveSession
getTeam
getUsersInTeam
getUserFromTeam
createCdpSession
getTunnelList
deleteTunnel
Server Config
{
"mcpServers": {
"testingbot": {
"command": "npx",
"args": [
"-y",
"@testingbot/mcp-server"
],
"env": {
"TESTINGBOT_KEY": "your-api-key",
"TESTINGBOT_SECRET": "your-api-secret"
}
}
}
}