Benchmark local LLM models: speed, quality, and hardware fitness scoring. CLI, MCP server, and IDE plugins.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"metrillm": {
"command": "npx",
"args": [
"-y",
"MetriLLM/metrillm"
]
}
}
}
Run in terminal:
claude mcp add metrillm npx -y MetriLLM/metrillm
Add to .cursor/mcp.json:
{
"mcpServers": {
"metrillm": {
"command": "npx",
"args": [
"-y",
"MetriLLM/metrillm"
]
}
}
}