Skip to content
Gemini CLI

llmtest mcp for Gemini CLI

io.github.tjacquesson/llmtest-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install llmtest mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "llmtest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "llmtest-mcp"
      ],
      "env": {
        "LLMTEST_API_KEY": "<LLMTEST_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

llmtest mcp in other clients