Evals
Freeby MCP Community
GitHub Action for evaluating MCP server tool calls using LLM-based scoring
v2.0.1Added Apr 12, 2026
mcpevaluationgithub-actionsllm
Evals MCP Server
GitHub Action for evaluating MCP server tool calls using LLM-based scoring
Installation
Reviews
Installation
Quick install
npx -y mcp-evals
Add to claude_desktop_config.json
{
"mcpServers": {
"evals": {
"command": "npx",
"args": ["-y", "mcp-evals"]
}
}
}