MCP server for structured LLM output evaluation — factual accuracy, logical consistency, rubric scoring
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-eval-server": {
"command": "npx",
"args": [
"-y",
"Hamza2497/mcp-eval-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-eval-server npx -y Hamza2497/mcp-eval-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-eval-server": {
"command": "npx",
"args": [
"-y",
"Hamza2497/mcp-eval-server"
]
}
}
}