Debugg AI MCP
OfficialDebugg AI — MCP 服务器
通过 Model Context Protocol 实现的 AI 驱动浏览器测试。指向任何 URL(或 localhost)并描述要测试的内容 — AI 代理将浏览您的应用程序并返回通过/失败结果及截图。
设置
在 debugg.ai 获取 API 密钥,然后将其添加到您的 MCP 客户端配置中:
{
"mcpServers": {
"debugg-ai": {
"command": "npx",
"args": ["-y", "@debugg-ai/debugg-ai-mcp"],
"env": {
"DEBUGGAI_API_KEY": "your_api_key_here"
}
}
}
}或者使用 Docker:
docker run -i --rm --init -e DEBUGGAI_API_KEY=your_api_key quinnosha/debugg-ai-mcpRelated MCP server: DevDb MCP Server
check_app_in_browser
针对您的应用程序运行 AI 浏览器代理。代理会进行导航、交互,并反馈截图报告。
参数 | 类型 | 描述 |
| string 必填 | 要测试的内容(自然语言) |
| string | 目标 URL — 如果未设置 |
| number | 本地开发服务器端口 — 自动创建隧道 |
| string | 特定环境的 UUID |
| string | 特定凭据的 UUID |
| string | 按角色选择凭据(例如 |
| string | 登录用户名 |
| string | 登录密码 |
配置
DEBUGGAI_API_KEY=your_api_key本地开发
npm install && npm test && npm run build链接
Apache-2.0 License © 2025 DebuggAI
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/debugg-ai/debugg-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server