Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Grok Native Search Mcp

FreeMaintained

MCP server for combined Grok native Web and X Search with Jina Reader web fetch

GitHubEmbed

About

MCP server for combined Grok native Web and X Search with Jina Reader web fetch

README

一个极简的 stdio MCP Server,提供两个只读工具:

  • web_search(query):Grok 原生 Web Search 与 X Search
  • web_fetch(url):Jina Reader 网页转 Markdown

搜索固定使用 grok-4.6reasoning.effort: lowmax_turns: 1parallel_tool_calls: true。可用来源包括中文社区、英文社区、官方途径和通用公开网站,由 Grok 根据问题选择相关类别。搜索答案解决问题后立即回答。

web_search 返回紧凑 JSON,只保留最终答案、带 should_fetch 决策的实际引用、Grok 选中链接的 Jina Reader 正文、模型、token 用量与 Web/X 搜索调用统计;web_fetch 继续原样返回 Jina Reader Markdown。

使用 web_search 一次性提交完整问题并联网获取实时信息;MCP 内部并行读取 Grok 标记为 should_fetch: true 的链接,并将正文放入对应引用的 content 字段。用户要求读取具体 URL 时使用 web_fetch

{
  "answer": "搜索结果生成的答案",
  "citations": [
    {
      "url": "https://example.com/source",
      "should_fetch": true,
      "content": "页面 Markdown"
    }
  ]
}

环境变量

变量 用途
XAI_API_KEY xAI 或兼容网关的 API Key
XAI_BASE_URL 可选,Responses API 基础地址;默认使用 https://aiapiv2.kamipon.com:442/v1
JINA_API_KEY Jina Reader API Key
HTTP_PROXY / HTTPS_PROXY / NO_PROXY 可选,仅供 Jina Reader 请求使用的环境代理配置

使用 npx 启动

npx -y grok-native-search-mcp@latest

Codex 配置

[mcp_servers.grok_native_search]
command = "npx"
args = ["-y", "grok-native-search-mcp@latest"]
env_vars = ["XAI_API_KEY", "JINA_API_KEY", "HTTP_PROXY", "HTTPS_PROXY", "NO_PROXY"]

配置后重启 Codex。

本地开发

npm install
npm test

from github.com/zuozh11/grok-native-search-mcp

Install Grok Native Search Mcp in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install grok-native-search-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add grok-native-search-mcp -- npx -y grok-native-search-mcp

Step-by-step: how to install Grok Native Search Mcp

FAQ

Is Grok Native Search Mcp MCP free?

Yes, Grok Native Search Mcp MCP is free — one-click install via Unyly at no cost.

Does Grok Native Search Mcp need an API key?

No, Grok Native Search Mcp runs without API keys or environment variables.

Is Grok Native Search Mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Grok Native Search Mcp in Claude Desktop, Claude Code or Cursor?

Open Grok Native Search Mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Grok Native Search Mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs