mcpbeat Sign in

Ask LLM MCP Server

local only

Ask LLM runs on your own machine — the client starts it, so there is no endpoint to ping. 544 installs a week from npm. Last commit 16 Sep 2026.

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

Installs per day peak 464 · avg 65 · +931% w/w
a month agotoday
544
Installs / week
npm · @ask-llm/mcp
18
Stars
10 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const childProcess = spawn(command, safeArgs, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ask-llm -- npx -y @ask-llm/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ask-llm": {
      "args": [
        "-y",
        "@ask-llm/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ask-llm]
command = "npx"
args = ["-y", "@ask-llm/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ask-llm": {
      "args": [
        "-y",
        "@ask-llm/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ask-llm": {
      "args": [
        "-y",
        "@ask-llm/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: XAI_API_KEY (xAI API key for metered Grok requests; Ask LLM never enables billing or credits), ASK_GROK_HARNESS (Explicit Grok harness: xai-api (default) or grok-cli; no failover), ASK_GROK_MODEL (Exact selected-harness model override (API default grok-4.6; CLI default grok-build; no fallback)), ASK_GROK_REASONING_EFFORT (Grok reasoning effort: low, medium, high, or xhigh (default: high)), ASK_GROK_MAX_OUTPUT_TOKENS (xAI API output-token ceiling to bound accidental spend (default: 16384)), ASK_GROK_TIMEOUT_MS (Timeout for xAI API requests in milliseconds (default: 600000)), CURSOR_API_KEY (Optional Cursor CLI credential for ask-cursor-agent; alternative to agent login), ASK_CURSOR_TIMEOUT_MS (Timeout for model-neutral Cursor Agent harness calls (default: 600000)), ASK_CLAUDE_MODEL (Default Claude model alias or full model name (default: opus)), ASK_CLAUDE_FALLBACK_MODEL (Claude CLI fallback when Opus is overloaded or unavailable (default: sonnet)), ASK_CLAUDE_TIMEOUT_MS (Timeout for Claude CLI execution in milliseconds (default: 600000 = 10 minutes)), OLLAMA_HOST (Ollama server address (default: http://localhost:11434)), ASK_ANTIGRAVITY_TIMEOUT_MS (Timeout for Antigravity (agy) execution in milliseconds (default: 300000 = 5 minutes)), ASK_ANTIGRAVITY_SANDBOX (Set to '0' to drop agy's --sandbox flag if it blocks --add-dir context reads (default: sandbox on)), GMCPT_TIMEOUT_MS (Timeout for CLI execution in milliseconds (default: 300000 = 5 minutes)), GMCPT_LOG_LEVEL (Log verbosity: debug, info, warn, error (default: warn)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ask LLM

same job, measured the same way
MCPBridge
by iamjrmh

Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender.

32 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
DataDoe MCP
by datadoe

Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

answering
Code Lens
by j0hanz

Gemini-powered MCP server for code analysis.

80 installs/wk local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only

Ask LLM — questions

Answers built from our own checks of this server.

Why is there no uptime for Ask LLM?
Ask LLM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ask-llm/mcp was installed 544 times last week.
How do I connect Ask LLM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ask-llm/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ask LLM?
The npm package @ask-llm/mcp was installed 544 times in the last week. Week over week that is +931%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ask LLM open source?
Yes — it is published under the MIT licence, written in TypeScript, 18 stars on GitHub and 10 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.