Skip to content
VS Code

llm advisor for VS Code

io.github.daichi-kudo/llm-advisor

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

client:VS Code transport:stdio runtime:npm

Install llm advisor in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

llm advisor in other clients