Ask Llm
Rank #16,285io.github.Lykhoyda/ask-llm
Unified MCP server — auto-detects Gemini, Codex, Claude, Ollama, and Antigravity providers
Ask Llm is a Model Context Protocol (MCP) server published by Lykhoyda. It ranks #16,285 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Ask Llm is listed on Official MCP, with 10 tracked versions. It was first listed on Apr 13, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 99,175 of 115,460 servers on MCP Toplist.
Use Ask Llm
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ask-llm -e "ASK_CLAUDE_MODEL=<your ASK_CLAUDE_MODEL>" -e "ASK_CLAUDE_FALLBACK_MODEL=<your ASK_CLAUDE_FALLBACK_MODEL>" -e "ASK_CLAUDE_TIMEOUT_MS=<your ASK_CLAUDE_TIMEOUT_MS>" -e "OLLAMA_HOST=<your OLLAMA_HOST>" -e "ASK_ANTIGRAVITY_TIMEOUT_MS=<your ASK_ANTIGRAVITY_TIMEOUT_MS>" -e "ASK_ANTIGRAVITY_SANDBOX=<your ASK_ANTIGRAVITY_SANDBOX>" -e "GMCPT_TIMEOUT_MS=<your GMCPT_TIMEOUT_MS>" -e "GMCPT_LOG_LEVEL=<your GMCPT_LOG_LEVEL>" -- npx -y @ask-llm/mcpReplace each placeholder with your own value before saving.
[mcp_servers.ask-llm]
command = "npx"
args = ["-y", "@ask-llm/mcp"]
[mcp_servers.ask-llm.env]
ASK_CLAUDE_MODEL = "<your ASK_CLAUDE_MODEL>"
ASK_CLAUDE_FALLBACK_MODEL = "<your ASK_CLAUDE_FALLBACK_MODEL>"
ASK_CLAUDE_TIMEOUT_MS = "<your ASK_CLAUDE_TIMEOUT_MS>"
OLLAMA_HOST = "<your OLLAMA_HOST>"
ASK_ANTIGRAVITY_TIMEOUT_MS = "<your ASK_ANTIGRAVITY_TIMEOUT_MS>"
ASK_ANTIGRAVITY_SANDBOX = "<your ASK_ANTIGRAVITY_SANDBOX>"
GMCPT_TIMEOUT_MS = "<your GMCPT_TIMEOUT_MS>"
GMCPT_LOG_LEVEL = "<your GMCPT_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-llm": {
"command": "npx",
"args": [
"-y",
"@ask-llm/mcp"
],
"env": {
"ASK_CLAUDE_MODEL": "<your ASK_CLAUDE_MODEL>",
"ASK_CLAUDE_FALLBACK_MODEL": "<your ASK_CLAUDE_FALLBACK_MODEL>",
"ASK_CLAUDE_TIMEOUT_MS": "<your ASK_CLAUDE_TIMEOUT_MS>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-llm": {
"command": "npx",
"args": [
"-y",
"@ask-llm/mcp"
],
"env": {
"ASK_CLAUDE_MODEL": "<your ASK_CLAUDE_MODEL>",
"ASK_CLAUDE_FALLBACK_MODEL": "<your ASK_CLAUDE_FALLBACK_MODEL>",
"ASK_CLAUDE_TIMEOUT_MS": "<your ASK_CLAUDE_TIMEOUT_MS>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ask-llm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ask-llm/mcp"
],
"env": {
"ASK_CLAUDE_MODEL": "<your ASK_CLAUDE_MODEL>",
"ASK_CLAUDE_FALLBACK_MODEL": "<your ASK_CLAUDE_FALLBACK_MODEL>",
"ASK_CLAUDE_TIMEOUT_MS": "<your ASK_CLAUDE_TIMEOUT_MS>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-llm": {
"command": "npx",
"args": [
"-y",
"@ask-llm/mcp"
],
"env": {
"ASK_CLAUDE_MODEL": "<your ASK_CLAUDE_MODEL>",
"ASK_CLAUDE_FALLBACK_MODEL": "<your ASK_CLAUDE_FALLBACK_MODEL>",
"ASK_CLAUDE_TIMEOUT_MS": "<your ASK_CLAUDE_TIMEOUT_MS>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-llm": {
"command": "npx",
"args": [
"-y",
"@ask-llm/mcp"
],
"env": {
"ASK_CLAUDE_MODEL": "<your ASK_CLAUDE_MODEL>",
"ASK_CLAUDE_FALLBACK_MODEL": "<your ASK_CLAUDE_FALLBACK_MODEL>",
"ASK_CLAUDE_TIMEOUT_MS": "<your ASK_CLAUDE_TIMEOUT_MS>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Lykhoyda%2Fask-llm)<a href="https://mcptoplist.com/server/io.github.Lykhoyda%2Fask-llm"><img src="https://mcptoplist.com/badge/io.github.Lykhoyda%2Fask-llm.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Lykhoyda
Other servers by Lykhoyda
View all Lykhoyda servers →Available versions (10)
| Version | Published |
|---|---|
| 0.6.2 | Jul 24, 2026 |
| 0.3.11 | Jun 5, 2026 |
| 0.3.8 | May 27, 2026 |
| 0.3.7 | May 14, 2026 |
| 0.3.6 | May 7, 2026 |
| 0.3.2 | Apr 28, 2026 |
| 0.3.1 | Apr 24, 2026 |
| 0.3.0 | Apr 17, 2026 |
| 0.2.9 | Apr 14, 2026 |
| 0.2.8 | Apr 13, 2026 |
Frequently asked questions
- Who maintains Ask Llm?
- Ask Llm is maintained by Lykhoyda, which publishes 10 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Ask Llm listed on the Official MCP Registry?
- Yes — Ask Llm is listed on the Official MCP Registry.
- How many versions does Ask Llm have?
- MCP Toplist tracks 10 versions of Ask Llm, most recently published on Jul 24, 2026.
- Where can I find the source code for Ask Llm?
- The source code for Ask Llm is hosted at github.com/Lykhoyda/ask-llm.