Metrillm
Freeby MCP Community
MCP server for MetriLLM — benchmark local LLMs from any AI coding assistant
v0.2.6Added Apr 12, 2026
mcpllmbenchmarkollamaclaude
Metrillm MCP Server
MCP server for MetriLLM — benchmark local LLMs from any AI coding assistant
Installation
Reviews
Installation
Quick install
npx -y metrillm-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"metrillm": {
"command": "npx",
"args": ["-y", "metrillm-mcp"]
}
}
}