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.6, reasoning.effort: low, max_turns: 1을 사용합니다. 단일 턴 내에서 보완 검색을 병렬로 실행할 수 있고, 충분한 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