Best MCP Server Testing & Evaluation Toolkit 2026 – Token Cost Analysis & Visual Reports
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-bench-report": {
"command": "npx",
"args": [
"-y",
"Abderrahmane-msd/mcp-bench-report"
]
}
}
}
Run in terminal:
claude mcp add mcp-bench-report npx -y Abderrahmane-msd/mcp-bench-report
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-bench-report": {
"command": "npx",
"args": [
"-y",
"Abderrahmane-msd/mcp-bench-report"
]
}
}
}