Back to directory
@debugg-ai/debugg-ai-mcp

@debugg-ai/debugg-ai-mcp

@debugg-ai59

An AI-driven browser automation and end-to-end test server implementing the Model Context Protocol (MCP), designed to help AI agents test UI changes, simulate user behavior, and analyze visual outputs of running web applications via natural language and CLI tools.

e2e testingbrowser automationai agentui testingautomation

Installation & Configuration

{
  "debugg-ai-mcp": {
    "command": "npx",
    "args": [
      "-y",
      "@debugg-ai/debugg-ai-mcp"
    ],
    "env": {
      "DEBUGGAI_API_KEY": "YOUR_API_KEY",
      "TEST_USERNAME_EMAIL": "[email protected]",
      "TEST_USER_PASSWORD": "supersecure",
      "DEBUGGAI_LOCAL_PORT": 3000,
      "DEBUGGAI_LOCAL_REPO_NAME": "org/project",
      "DEBUGGAI_LOCAL_BRANCH_NAME": "main",
      "DEBUGGAI_LOCAL_REPO_PATH": "/Users/you/project",
      "DEBUGGAI_LOCAL_FILE_PATH": "/Users/you/project/index.ts"
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/5/28
Updated
2026/6/8