Grok Native Search Mcp
FreeMaintainedMCP server for combined Grok native Web and X Search with Jina Reader web fetch
About
MCP server for combined Grok native Web and X Search with Jina Reader web fetch
README
一个极简的 stdio MCP Server,提供两个只读工具:
web_search(query):Grok 原生 Web Search 与 X Searchweb_fetch(url):Jina Reader 网页转 Markdown
搜索固定使用 grok-4.6、reasoning.effort: low、max_turns: 1 和
parallel_tool_calls: true。可用来源包括中文社区、英文社区、官方途径和通用公开网站,由 Grok
根据问题选择相关类别。搜索答案解决问题后立即回答。
web_search 返回紧凑 JSON,只保留最终答案、带 should_fetch 决策的实际引用、Grok 选中链接的
Jina Reader 正文、模型、token 用量与 Web/X 搜索调用统计;web_fetch 继续原样返回 Jina Reader
Markdown。
使用 web_search 一次性提交完整问题并联网获取实时信息;MCP 内部并行读取 Grok 标记为
should_fetch: true 的链接,并将正文放入对应引用的 content 字段。用户要求读取具体 URL 时使用
web_fetch。
{
"answer": "搜索结果生成的答案",
"citations": [
{
"url": "https://example.com/source",
"should_fetch": true,
"content": "页面 Markdown"
}
]
}
环境变量
| 变量 | 用途 |
|---|---|
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 请求使用的环境代理配置 |
使用 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 Grok Native Search Mcp in Claude Desktop, Claude Code & Cursor
unyly install grok-native-search-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add grok-native-search-mcp -- npx -y grok-native-search-mcpStep-by-step: how to install Grok Native Search Mcp
FAQ
Is Grok Native Search Mcp MCP free?
Yes, Grok Native Search Mcp MCP is free — one-click install via Unyly at no cost.
Does Grok Native Search Mcp need an API key?
No, Grok Native Search Mcp runs without API keys or environment variables.
Is Grok Native Search Mcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Grok Native Search Mcp in Claude Desktop, Claude Code or Cursor?
Open Grok Native Search Mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Grok Native Search Mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
