Tester
Freeby MCP Community
Playwright-based testing and evaluation framework for MCP servers
v0.12.0Added Apr 12, 2026
playwrightmcpmodel-context-protocolevalstesting
Tester MCP Server
Playwright-based testing and evaluation framework for MCP servers
Installation
npx -y @gleanwork/mcp-server-tester
Reviews
Installation
Quick install
npx -y @gleanwork/mcp-server-tester
Add to claude_desktop_config.json
{
"mcpServers": {
"tester": {
"command": "npx",
"args": ["-y", "@gleanwork/mcp-server-tester"]
}
}
}