
Model Context Protocol (MCP) Server
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
Automate end-to-end UI tests and visual analysis with Debugg AI MCP Server—no manual setup or scripting required. Seamlessly connect with FlowHunt and your CI/CD pipelines for smarter, faster web app QA.
The Debugg AI MCP Server is an AI-driven browser automation and end-to-end (E2E) testing server built around the Model Context Protocol (MCP). It enables AI assistants and agents to automate UI testing, simulate user behavior, and analyze the visual output of running web applications using natural language commands or CLI tools. This server eliminates the need for manual setup of testing frameworks like Playwright or browser proxies, offering a fully remote, managed solution that integrates seamlessly with local or remote development environments via secure tunnels. Developers can trigger UI tests based on user stories, track historical results, and incorporate these workflows into CI/CD pipelines, enhancing productivity and reliability in software development.
No information about prompt templates is provided in the repository.
No explicit resources are listed in the repository.
{
"mcpServers": {
"debugg-ai-mcp": {
"command": "npx",
"args": ["@debugg-ai/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"debugg-ai-mcp": {
"command": "npx",
"args": ["@debugg-ai/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"debugg-ai-mcp": {
"command": "npx",
"args": ["@debugg-ai/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"debugg-ai-mcp": {
"command": "npx",
"args": ["@debugg-ai/mcp-server@latest"]
}
}
}
To secure your API keys, use environment variables in your configuration:
{
"mcpServers": {
"debugg-ai-mcp": {
"command": "npx",
"args": ["@debugg-ai/mcp-server@latest"],
"env": {
"DEBUGG_AI_API_KEY": "${DEBUGG_AI_API_KEY}"
},
"inputs": {
"apiKey": "${DEBUGG_AI_API_KEY}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"debugg-ai-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “debugg-ai-mcp” to the actual name and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | Not found in repo |
List of Resources | ⛔ | Not found in repo |
List of Tools | ✅ | debugg_ai_test_page_changes |
Securing API Keys | ✅ | Example with env provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned in repo |
A solid MCP server for AI-driven E2E testing, but the lack of documented prompt templates and explicit resources limits its extensibility for advanced MCP-based workflows. Tooling and setup are straightforward, and it covers the essential automation use cases. Rating: 6/10.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 11 |
Number of Stars | 45 |
Debugg AI MCP Server is an AI-driven, fully managed browser automation and end-to-end (E2E) testing server. It enables AI agents and assistants to automate UI testing, simulate user behavior, and analyze the visual output of web applications using natural language or CLI, with no manual setup required.
Use cases include automated UI testing via natural language, localhost web app integration, seamless CI/CD pipeline validation, visual output and regression analysis, and historical test result tracking.
Add the MCP component to your FlowHunt flow, open the configuration panel, and insert your MCP server details using the recommended JSON format. Ensure you use the correct server name and secure your API keys with environment variables.
Use environment variables in your MCP server configuration to protect sensitive information. Insert your API key using the 'env' and 'inputs' sections as shown in the documentation example.
No, the current repository does not include documented prompt templates or explicit additional resources, but the core testing tool and setup instructions are fully provided.
Experience fast, reliable, and AI-powered browser automation and end-to-end testing. Integrate Debugg AI MCP Server with FlowHunt and your CI/CD pipelines for effortless web app quality assurance.
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The GDB MCP Server exposes GNU Debugger’s capabilities to AI assistants and clients, enabling automated, programmatic remote debugging, breakpoint management, m...
The interactive-mcp MCP Server enables seamless, human-in-the-loop AI workflows by bridging AI agents with users and external systems. It supports cross-platfor...