grok-native-search-mcp
Grok Native Search MCP
미니멀한 stdio MCP Server로, 세 가지 읽기 전용 도구를 제공합니다:
web_search(query): Grok 네이티브 Web Searchx_search(query): Grok 네이티브 X Searchweb_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 |
| 선택 사항, Responses API 기본 주소; 기본값은 |
| Jina Reader API Key |
| 선택 사항, Jina Reader 요청에만 사용되는 환경 프록시 설정 |
Related MCP server: grok-build-plugin
npx로 시작하기
npx -y grok-native-search-mcp@latestCodex 설정
[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 testMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables real-time web search via DeepSeek's search-enhanced dialogue, providing search results as answers through MCP tools.1MIT
- AlicenseNot gradedqualityAmaintenanceLive 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.3125Apache 2.0
- AlicenseAqualityAmaintenanceEnables web search and web fetch operations using Ollama's hosted APIs, allowing MCP clients to search the web and retrieve page content.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables Google web search via MCP, compatible with gemini-cli's google_web_search tool.14Apache 2.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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