qa-automation-mcp-plugin
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@qa-automation-mcp-pluginRecord a test case for the login flow and generate an Excel export"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
qa-automation-mcp-plugin
SCM/MOM/WMS/ERP 企业级 Web 自动化测试 Claude Code Plugin:通过 Playwright CDP 接管本地 Chrome,提供页面元素分析、点击/输入/动作链、动态层探查、VTable 场景图交互、用例录制与 Shadcn 风格 Excel 资产导出(24 个 MCP 工具 + 测试设计 SOP 技能)。
目录结构
qa-automation-mcp-plugin/
├── .claude-plugin/
│ └── plugin.json # 插件清单 (名称/版本/作者)
├── .mcp.json # 插件 MCP 服务器配置 (${CLAUDE_PLUGIN_ROOT} 可移植路径)
├── fastmcp.json # FastMCP 声明式服务配置
├── src/qa_mcp/ # MCP 服务源码 (Provider/Tools/Middleware/Lifespan)
├── skills/
│ └── qa-automation-guide/ # 测试设计 SOP 技能
└── tests/ # 单元测试Related MCP server: wopee-mcp
前置条件
已安装 Claude Code 与 uv。
本地 Chrome 以调试端口启动:
chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\Temp\ChromeDebugProfile"(可选)在
.env中配置MIMO_API_KEY以启用视觉降级识别工具。
安装与使用
方式一:本地目录直接加载(开发调试)
claude --plugin-dir ./qa-automation-mcp-plugin方式二:安装为全局插件(发布后)
# 在 Claude Code 中执行
/plugin install <marketplace>/qa-automation方式三:常规 MCP 接入(非插件环境)
在目标项目的 .mcp.json 中配置:
{
"mcpServers": {
"qa-automation-mcp": {
"command": "uv",
"args": ["run", "--directory", "/path/to/qa-automation-mcp-plugin", "fastmcp", "run", "fastmcp.json"],
"env": { "CDP_URL": "http://127.0.0.1:9222" }
}
}
}首次启动时 FastMCP 会自动在插件目录下用 uv 构建虚拟环境,无需手动 uv sync。
验证
# 本地测试插件
claude plugin validate .
# 列出 MCP 工具
uv run fastmcp list src/qa_mcp/server.py
# 运行单元测试
uv run python -m unittest discover testsMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA powerful MCP server for browser automation that supports both Playwright and Chrome DevTools Protocol (CDP) with intelligent preprocessing, comprehensive logging, and remote browser management capabilities. Enables users to perform web automation tasks like navigation, content extraction, form interactions, and screenshot capture through natural language.Last updated156MIT
- AlicenseAqualityCmaintenanceMCP server for autonomous end-to-end testing with Wopee.io. Analyzes web applications, generates and executes Playwright-based functional tests, and validates results — all driven by natural language commands.Last updated122315MIT
- AlicenseBqualityDmaintenanceA universal browser automation MCP server using Playwright, enabling programmatic control of Chrome with 63 tools for navigation, interaction, media control, and CDP-based diagnostics.Last updated63251MIT
- Flicense-qualityBmaintenanceMCP server that enables AI agents to automate browser testing via Chromium, providing tools for navigation, interaction, and inspection.Last updated
Related MCP Connectors
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Live browser debugging for AI assistants — DOM, console, network via MCP.
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/hooplus1ce/qa-automation-mcp-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server