llm advisor for Cursor
io.github.daichi-kudo/llm-advisor
Real-time LLM/VLM benchmarks, pricing, and recommendations. 300+ models, 5 sources.
client:Cursor
transport:stdio
runtime:npm
Install llm advisor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llm-advisor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"llm-advisor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs