Best for
- Development teams wanting to automate end-to-end testing of web applications
- CI pipelines that need quick page sanity checks
- Users of the DebuggAI platform who want MCP integration
The Debugg AI MCP server provides a comprehensive AI-driven browser testing suite, suitable for teams needing automated end-to-end tests with integrated test management.
The Debugg AI MCP server provides AI-powered browser testing via the Model Context Protocol. Point it at any URL (or localhost) and describe what to test — an AI agent will browse your app and return pass/fail with screenshots. The server offers 8 tools across browser testing, project management, environment setup, test suite and case management, and execution tracking. It supports multi-entity operations (projects, environments, test suites, test cases, executions) and includes a lightweight page probe for no-LLM smoke tests. Requires Node.js 20.20.0 or later and an API key from debugg.ai.
{
"mcpServers": {
"debugg-ai": {
"command": "npx",
"args": ["-y", "@debugg-ai/debugg-ai-mcp"],
"env": {
"DEBUGGAI_API_KEY": "your_api_key_here"
}
}
}
}