Skip to content

v1.0.0 — Initial release

Choose a tag to compare

@MGM-FALCON MGM-FALCON released this 04 May 17:09
· 7 commits to main since this 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 comparison
  • estimate_vram(model_id, quant) — VRAM in GB + recommended GPU/Mac tiers
  • estimate_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.git

Use 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.