Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ask-llm-mcp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-llm-mcp

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

latest
Source
npmnpm
Version
0.3.10
Version published
Weekly downloads
568
252.8%
Maintainers
1
Weekly downloads
 
Created
Source

Ask LLM MCP (Unified)

npm version npm downloads License: MIT

All LLM providers in one MCP server — auto-detects what's installed

A unified MCP server that auto-detects installed LLM providers (Gemini, Codex, Ollama) and registers only the available tools. One install, all providers. Works with Claude Code, Claude Desktop, Cursor, Warp, Copilot, and 40+ other MCP clients.

Part of the Ask LLM monorepo.

Quick Start

Claude Code

claude mcp add ask-llm -- npx -y ask-llm-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ask-llm": {
      "command": "npx",
      "args": ["-y", "ask-llm-mcp"]
    }
  }
}

Prerequisites

  • Node.js v20.0.0 or higher
  • At least one provider installed:

How It Works

On startup, the unified server:

  • Checks CLI availability via which (Gemini, Codex)
  • Checks HTTP availability via health endpoints (Ollama)
  • Dynamically imports and registers tools from available providers
  • Exposes only the tools for providers that are actually installed

Tools

All tools from installed providers are registered. If you have all three:

ToolProvider
ask-geminiGemini
ask-gemini-editGemini
fetch-chunkGemini
ask-codexCodex
ask-ollamaOllama
pingAll

Documentation

Full docs at lykhoyda.github.io/ask-llm

License

MIT

Keywords

mcp

FAQs

Package last updated on 28 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts