mcp-server-tester

gleanwork/mcp-server-tester
★ 15 stars TypeScript 🤖 AI/LLM Updated today
Playwright-based testing and eval framework for MCP servers with LLM-as-a-judge
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-tester": {
      "command": "npx",
      "args": [
        "-y",
        "gleanwork/mcp-server-tester"
      ]
    }
  }
}