- Debugg.ai Mcp: Zero Config, Ai Managed End To End Tests
Debugg.ai Mcp: Zero Config, Ai Managed End To End Tests
🧪 Official MCP Server for Debugg AI
AI-driven browser automation and E2E 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 — all via natural language and CLI tools.
概览
🛠️ Quickstart
Ensure you have created a free account and generated an API Key - DebuggAI
Option 1: NPX (Local Development)
npx -y @debugg-ai/debugg-ai-mcp
Use this when testing or integrating into tools like Claude Desktop or your own AI agent.
Option 2: Docker
docker run -i --rm --init \
-e DEBUGGAI_API_KEY=your_api_key \
-e TEST_USERNAME_EMAIL=your_test_email \
-e TEST_USER_PASSWORD=your_password \
-e DEBUGGAI_LOCAL_PORT=3000 \
-e DEBUGGAI_LOCAL_REPO_NAME=your-org/your-repo \
-e DEBUGGAI_LOCAL_BRANCH_NAME=main \
-e DEBUGGAI_LOCAL_REPO_PATH=/app \
-e DEBUGGAI_LOCAL_FILE_PATH=/app/index.ts \
quinnosha/debugg-ai-mcp
🧰 MCP Tool: debugg_ai_test_page_changes
Description
Run an end-to-end test on a running web app, testing a UI feature or flow described in natural language. Allows AI agents in ANY code gen platform to quickly evaluate proposed changes and ensure new functionality works as expected.
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
description | string | ✅ | What feature or page to test (e.g. "Signup page form") |
localPort | number | ❌ | Port of your running app (default: 3000) |
repoName | string | ❌ | GitHub repo name |
branchName | string | ❌ | Current branch |
repoPath | string | ❌ | Absolute path to the repo |
filePath | string | ❌ | File to test |
🧪 Example Claude Desktop Config
{
"mcpServers": {
"debugg-ai-mcp": {
"command": "npx",
"args": ["-y", "@debugg-ai/debugg-ai-mcp"],
"env": {
"DEBUGGAI_API_KEY": "YOUR_API_KEY",
"TEST_USERNAME_EMAIL": "test@example.com",
"TEST_USER_PASSWORD": "supersecure",
"MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS": "true",
"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"
}
}
}
}
🔐 Environment Variables
| Variable | Description | Required |
|---|---|---|
DEBUGGAI_API_KEY | API key for calling DebuggAI backend | ✅ |
TEST_USERNAME_EMAIL | Email of test user account | ❌ |
TEST_USER_PASSWORD | Password of test user account | ❌ |
DEBUGGAI_LOCAL_PORT | Local port your app runs on | ✅ |
DEBUGGAI_LOCAL_REPO_NAME | GitHub repo name | ❌ |
DEBUGGAI_LOCAL_BRANCH_NAME | Branch name | ❌ |
DEBUGGAI_LOCAL_REPO_PATH | Local path to repo root | ❌ |
DEBUGGAI_LOCAL_FILE_PATH | File to test | ❌ |
MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS | Prevents client timeouts during long tests | ❌ |
🧑💻 Local Development
# Clone the repo and install dependencies
npm install
# Copy the test config and insert your creds
cp test-config-example.json test-config.json
# Run the MCP server locally
npx @modelcontextprotocol/inspector --config debugg-ai-mcp/test-config.json --server debugg-ai-mcp
📁 Repo Structure
.
├── e2e-agents/ # E2E browser test runners
├── services/ # Client for DebuggAI API
├── tunnels / # Secure connections to remote web browsers
├── index.ts # Main MCP server entry
├── Dockerfile # Docker build config
└── README.md
🧱 Built With
💬 Feedback & Issues
For bugs, ideas, or integration help, open an issue or contact the DebuggAI team directly.
🔒 License
MIT License © 2025 DebuggAI
Made with 🩸, 💦, and 😭 in San Francisco
服务器配置
{
"mcpServers": {
"debugg-ai-mcp": {
"command": "npx",
"args": [
"-y",
"@debugg-ai/debugg-ai-mcp"
],
"env": {
"DEBUGGAI_API_KEY": "your key here",
"TEST_USERNAME_EMAIL": "test email here",
"TEST_USER_PASSWORD": "test password here",
"DEBUGGAI_LOCAL_PORT": 3000
}
},
"debugg-ai-mcp-docker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"-e",
"DEBUGGAI_API_KEY=your key here",
"-e",
"DEBUGGAI_LOCAL_PORT=3000",
"quinnosha/debugg-ai-mcp"
],
"env": {
"DEBUGGAI_API_KEY": "your key here",
"DEBUGGAI_LOCAL_PORT": 3000
}
}
}
}推荐的 MCP Server
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
Serper MCP ServerA Serper MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
DeepChatYour AI Partner on Desktop
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
ChatWiseThe second fastest AI chatbot™
CursorThe AI Code Editor
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server
Playwright McpPlaywright MCP server
Tavily Mcp
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.