Back to search
30
MCP

ask-llm-mcp

npm/ask-llm-mcp

Unified MCP server for multi-LLM consultation — registers tools from all available providers (Gemini, Codex, Ollama) behind runtime availability checks

Uptime
0.0%
5 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.lykhoyda/ask-llm
Unified MCP server — auto-detects Gemini, Codex, and Ollama, registers available tools
0 tools
ask-ollama-mcp
MCP server for local Ollama LLM integration - for Claude IDE and other IDEs
0 tools
llm-advisor-mcp
MCP server for LLM/VLM model selection — compare 336+ models with real-time benchmarks, pricing, and personalized recommendations. No API ke
0 tools
ask-gemini-mcp
MCP server for Gemini CLI integration - for Claude IDE and other IDEs
0 tools
llm-deliberate-mcp
MCP server for multi-LLM deliberation with anonymized peer review
0 tools
llm_bridge_mcp
A simple MCP server that provides a unified interface to various LLM providers using Pydantic AI
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ask-llm-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}