Skip to main content
Glama
zuozh11

grok-native-search-mcp

by zuozh11

Grok Native Search MCP

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

  • web_search(query):Grok 原生 Web Search

  • x_search(query):Grok 原生 X Search

  • web_fetch(url):Jina Reader 网页转 Markdown

搜索固定使用 grok-4.6reasoning.effort: lowmax_turns: 1。单轮内允许互补搜索并行执行, 找到足够的一手证据后停止,仅在证据缺失或冲突时扩大范围。工具响应不做解析或改写,直接作为 MCP 文本返回。

工具路由:已知 URL 或需要核验页面正文时使用 web_fetch;X 帖子、账号、线程和趋势使用 x_search;尚无明确 URL 的其他全网检索使用 web_search。搜索得到需要核验的外部 URL 后, 继续调用 web_fetch

环境变量

变量

用途

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 请求使用的环境代理配置

Related MCP server: grok-build-plugin

使用 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
Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables real-time web search via DeepSeek's search-enhanced dialogue, providing search results as answers through MCP tools.
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Live X (Twitter) and web search for any coding agent through your existing Grok subscription. Exposes a grok_search MCP tool, so no X API key or X developer account is needed.
    31
    25
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Enables web search and web fetch operations using Ollama's hosted APIs, allowing MCP clients to search the web and retrieve page content.
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.

  • Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.

  • x402-gated web search gateway. Tools: search, search_enriched.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zuozh11/grok-native-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server