Skip to content
Grok

llm advisor for Grok

io.github.daichi-kudo/llm-advisor

Real-time LLM/VLM benchmarks, pricing, and recommendations. 300+ models, 5 sources.

client:Grok transport:stdio runtime:npm

Install llm advisor in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "llm-advisor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "llm-advisor-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

llm advisor in other clients