v1.0.0 — Initial release
First public release of quelllm-mcp.
Tools
list_models(filter_origin?, filter_family?, max_params_b?)— list open-weights LLMs from quelllm.fr (250+ models)get_model(model_id)— full record (params, vram, tokSec, license, install)compare(a, b)— side-by-side comparisonestimate_vram(model_id, quant)— VRAM in GB + recommended GPU/Mac tiersestimate_cost(input_tokens_per_month, output_tokens_per_month, ...)— full table API providers vs self-hosted (in EUR)search_models(query)— fuzzy search
Install
pip install git+https://github.com/MGM-FALCON/quelllm-mcp.gitUse with Claude Code / Desktop / Cursor / Continue
{ "mcpServers": { "quelllm": { "command": "quelllm-mcp" } } }Data
All data pulled from https://quelllm.fr/api/ (CC BY 4.0, no key, CORS). Cached locally 1h.