Skip to main content
Glama
zuozh11

grok-native-search-mcp

by zuozh11

Grok Native Search MCP

ミニマルな stdio MCP Server で、3つの読み取り専用ツールを提供します:

  • web_search(query):Grok ネイティブ Web Search

  • x_search(query):Grok ネイティブ X Search

  • web_fetch(url):Jina Reader で Web ページを Markdown に変換

検索は固定で grok-4.6reasoning.effort: lowmax_turns: 1 を使用します。1ターン内で補完的な検索の並行実行を許可し、十分な一次証拠が見つかった時点で停止し、証拠が不足または矛盾する場合のみ範囲を拡大します。ツールの応答は解析や書き換えを行わず、そのまま MCP テキストとして返します。

ツールのルーティング:既知の URL またはページ本文の検証が必要な場合は web_fetch を使用;X の投稿、アカウント、スレッド、トレンドには x_search を使用;明確な URL がないその他の全 Web 検索には 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