By debugg-aiCreated 3 months ago
starstarstarstarstar

Run zero-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

DebuggaiBrowser AutomationE2e TestingMcpModel Context Protocol

What is Debugg AI?

Debugg AI is a testing platform that enables zero-configuration end-to-end (E2E) testing of web applications. It leverages the Model Context Protocol (MCP) to allow AI agents to test UI changes, simulate user behavior, and analyze visual outputs of web applications via natural language commands and CLI tools.

How to use Debugg AI?

To use Debugg AI, you can either:

  1. Run it locally via NPX with minimal configuration:
npx -y @debugg-ai/debugg-ai-mcp
  1. Use Docker for more controlled test environments:
docker run -i --rm --init \
  -e DEBUGGAI_API_KEY=your_api_key \
  -e TEST_USERNAME_EMAIL=your_test_email \
  ...
  1. Integrate it with MCP-compatible clients like Claude Desktop by configuring it in your MCP server list.

Key features of Debugg AI?

  • MCP Protocol Support: Full implementation with CLI and tool registry.
  • End-to-End Test Automation: Test UI features via natural language descriptions.
  • Localhost Integration: Test running apps on any localhost port.
  • Real-Time Notifications: Progress updates via MCP tool notifications.
  • Screenshot Support: Capture final UI state for analysis.
  • Stdio Server Compatibility: Works with any MCP-compatible client.

Use cases of Debugg AI?

  1. Automating UI tests for account creation and login flows.
  2. Simulating complex user journeys for feature validation.
  3. Integrating automated testing into CI/CD pipelines.
  4. Generating visual regression test reports.
  5. Validating changes in development environments before production deployment.

FAQ from Debugg AI?

  • What is the Model Context Protocol (MCP)?

MCP is a protocol for AI agents to interact with services, tools, and models in a standardized way.

  • Is Debugg AI open-source?

The MCP server implementation is open-source, but usage of Debugg AI's platform requires an API key.

  • Can I use Debugg AI without AI agents?

Yes, though designed for AI integration, it can also be used via CLI tools directly.

  • How does pricing work?

Debugg AI offers a free tier with usage limits, and paid plans for higher volume testing.