MCP server providing access to a catalog of 190+ open-weight LLMs with tools for model info, comparison, VRAM and cost estimation.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Quelllm MCP.
MCP server exposing the quelllm.fr catalog of 190+ open-weights LLMs via Model Context Protocol tools. Use it from Claude Code, Cursor, Continue, or any MCP-compatible client to query models, compare them, estimate VRAM, and compute API vs self-hosted cost.
| Tool | Description |
|---|---|
list_models(filter_origin?, filter_family?, max_params_b?) | List models with filters (origin code, family, max params in B) |
get_model(model_id) | Full record for one model (params, vram per quant, context window, family, tags, license, URLs) |
compare(model_a_id, model_b_id) | Side-by-side comparison with verdict |
estimate_vram(model_id, quant) | VRAM in GB at chosen quant + recommended GPU/Mac tiers |
estimate_cost(input_tokens_per_month, output_tokens_per_month, ...) | Cost in EUR โ full table API providers vs self-hosted hardware OR a specific id |
search_models(query, limit?) | Fuzzy search by name, family, tag, author |
Install from source (not yet on PyPI) :
Or run without installing, using uv :
For local development :
Add to ~/.claude.json or a project's .mcp.json. If you installed with pip :
Or zero-install with uvx :
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) :
Most MCP clients accept the same JSON config :
All data pulled from quelllm.fr/api/ (CC BY 4.0, no key, CORS-enabled). Cached locally for 1h to avoid rate-limiting.
API pricing data (GPT-5, Claude Opus 4.7, Gemini 2.5, DeepSeek, Mistral) and hardware pricing (RTX 50-series, Mac M4) are hardcoded as of 2026-05 โ verify semestrially.
MIT โ see LICENSE.
Source : https://github.com/MGM-FALCON/quelllm-mcp Issues + PRs welcome. Particularly :
find_alternatives_to(model_id), recommend_gpu(budget_eur))A pytest smoke suite lives under tests/. It covers all 6 tools and the v1.1.0
output invariants, never touches the network (local fixture + mocked httpx),
and stubs the mcp SDK when it isn't importable โ so it also runs on Python 3.9.
Mohamed Meguedmi โ LinkedIn ยท Hugging Face Founder of La Gazette IA and QuelLLM.fr.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mgm-falcon-quelllm-mcp)<a href="https://allmcps.com/mcp/mgm-falcon-quelllm-mcp"><img src="https://allmcps.com/api/badge/mgm-falcon-quelllm-mcp?style=directory" alt="Quelllm MCP on AllMCPs" /></a>