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。单轮内允许互补搜索并行执行,
找到足够的一手证据后停止,仅在证据缺失或冲突时扩大范围。工具响应不做解析或改写,直接作为
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