quelllm-mcp
About
Query a catalog of 250+ open-weights LLMs — list, compare, estimate VRAM and API-vs-self-hosted cost — directly from Claude Code, Cursor or any MCP client.
Details
- Author
- mgm-falcon
- Categories
- Developer Tools, AI
Jump to
Setup
Install quelllm-mcp in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/mgm-falcon/quelllm-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
MCP server exposing thequelllm.frcatalog 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.
pip install git+https://github.com/MGM-FALCON/quelllm-mcp.git
uvx --from git+https://github.com/MGM-FALCON/quelllm-mcp.git quelllm-mcp
git clone https://github.com/MGM-FALCON/quelllm-mcp.git cd quelllm-mcp pip install -e .
Add to~/.claude.jsonor a project's.mcp.json. If you installed withpip:
{ "mcpServers": { "quelllm": { "command": "quelllm-mcp" } } }
{ "mcpServers": { "quelllm": { "command": "uvx", "args": ["--from", "git+https://github.com/MGM-FALCON/quelllm-mcp.git", "quelllm-mcp"] } } }
Edit~/Library/Application Support/Claude/claude_desktop_config.json(macOS) :
{ "mcpServers": { "quelllm": { "command": "quelllm-mcp" } } }
Most MCP clients accept the same JSON config :
{ "command": "quelllm-mcp" }
> Quels LLM Mistral peuvent tourner sur RTX 5070 Ti 16GB ? → list_models(filter_family='Mistral', max_params_b=24) → estimate_vram('mistral-small-24b', 'q4') > Compare Llama 3.3 70B vs Qwen 2.5 32B → compare('llama33-70b', 'qwen25-32b') > J'utilise 10M tokens input + 2.5M output / mois. Combien je paye chez OpenAI vs DeepSeek ? → estimate_cost(10_000_000, 2_500_000)
All data pulled fromquelllm.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 of2026-05— verify semestrially.
Source :https://github.com/MGM-FALCON/quelllm-mcpIssues + PRs welcome. Particularly :
- API pricing updates (semestrial)
- Hardware additions (new GPUs, Mac Mx series)
- New tools (e.g.find_alternatives_to(model_id),recommend_gpu(budget_eur))
A pytest smoke suite lives undertests/. It covers all 6 tools and the v1.1.0 output invariants, never touches the network (local fixture + mockedhttpx), and stubs themcpSDK when it isn't importable — so it also runs on Python 3.9.
pip install -e ".[test]" pytest
Mohamed Meguedmi —LinkedIn·Hugging FaceFounder ofLa Gazette IAandQuelLLM.fr.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.
Word search, crossword, and sudoku generator MCP server with printable PDF worksheets, themed word banks, and verifiable LLM evals. Local-first, from the makers of puzzletide.com.
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.
Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.
A Python MCP package that gives your LLM agents complete file system and shell capabilities — production-ready, sandboxed, and wired to any LLM in minutes.
Integrates with Google AI Studio/Gemini API for PDF to Markdown conversion and content generation.
Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




