mcpbeat Sign in

Ask Grok MCP Server

local only

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

Consult Grok through xAI's metered API with exact model selection and no fallback

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

Nothing serious here today

Today is the operative word: we check Ask Grok every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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-grok -- npx -y @ask-llm/grok-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ask-grok": {
      "args": [
        "-y",
        "@ask-llm/grok-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ask-grok]
command = "npx"
args = ["-y", "@ask-llm/grok-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ask-grok": {
      "args": [
        "-y",
        "@ask-llm/grok-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ask-grok": {
      "args": [
        "-y",
        "@ask-llm/grok-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: XAI_API_KEY (xAI API key used only for requests to https://api.x.ai), ASK_GROK_HARNESS (Explicit harness: xai-api (default) or grok-cli; no automatic failover), ASK_GROK_MODEL (Exact selected-harness model override (API default grok-4.6; CLI default grok-build; no fallback)), ASK_GROK_REASONING_EFFORT (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)), 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 Grok

same job, measured the same way
Corent
by gg13121

Generate images, videos, voice, and text via the Corent API. Auto model routing with fallback.

795 installs/wk local only
Hunchful
by hunchful

Read and grow a person's falsifiable, consent-based model of how they work with AI (CMP).

7 tools answering
Opik MCP Server
by comet-ml

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

70 installs/wk local only
Scrapegraph MCP
by scrapegraphai

AI-powered web scraping and data extraction capabilities through ScrapeGraph API

160 installs/wk local only
Recall
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
dylog
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
Microsoft 365 MCP Server
by softeria

Interact with Microsoft 365 and Office services through the Microsoft Graph API.

40 680 installs/wk local only
TalkMill
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering

Ask Grok — questions

Answers built from our own checks of this server.

Why is there no uptime for Ask Grok?
Ask Grok 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/grok-mcp was installed 501 times last week.
How do I connect Ask Grok?
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/grok-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ask Grok?
The npm package @ask-llm/grok-mcp was installed 501 times in the last week. Week over week that is +1509%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ask Grok 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.