Debugg AI MCP
The official Debugg AI MCP server enables AI models to run end-to-end tests in remote browsers, providing a powerful tool for automated QA and web application testing. It allows models to interact with web pages, capture screenshots, and identify UI issues directly within the browser environment. This tool is perfect for enhancing testing workflows with AI-driven analysis and execution.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"debugg-ai": {
"command": "npx",
"args": [
"-y",
"@debugg-ai/mcp-server"
],
"env": {
"DEBUGG_AI_API_KEY": "YOUR_API_KEY"
}
}
}
}Key Features
Remote browser execution for E2E testing
Real-time UI interaction and analysis
Automated screenshot and video recording
Integration with popular testing frameworks
Server Details
The official Debugg AI MCP server enables AI models to run end-to-end tests in remote browsers, providing a powerful tool for automated QA and web application testing. It allows models to interact with web pages, capture screenshots, and identify UI issues directly within the browser environment. This tool is perfect for enhancing testing workflows with AI-driven analysis and execution.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository