Odel
llmtest mcp

llmtest mcp

Local
@tjacquessonJavaScriptMITUpdated 3mo ago

Benchmark AI models on real prompts. Find cheaper, faster alternatives across 340+ models.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmllmtest-mcpv0.6.1

Run

npx -y llmtest-mcp

MCP client config

{
  "mcpServers": {
    "llmtest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "llmtest-mcp"
      ]
    }
  }
}