grok-native-search-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@grok-native-search-mcpsearch the web for today's top tech headlines"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Grok Native Search MCP
A minimal stdio MCP Server providing three read-only tools:
web_search(query): Grok native Web Searchx_search(query): Grok native X Searchweb_fetch(url): Jina Reader web page to Markdown
Search always uses grok-4.6, reasoning.effort: low, and max_turns: 1. Complementary searches may run in parallel within a single turn, stopping once enough first-hand evidence is found, and expanding scope only when evidence is missing or conflicting. Tool responses are not parsed or rewritten; they are returned directly as MCP text.
Tool routing: use web_fetch for known URLs or when page content needs verification; use x_search for X posts, accounts, threads, and trends; use web_search for other web-wide searches without a specific URL. After a search returns an external URL that needs verification, continue by calling web_fetch.
Environment Variables
Variable | Purpose |
| API Key for xAI or a compatible gateway |
| Optional, Responses API base URL; defaults to |
| Jina Reader API Key |
| Optional, environment proxy configuration used only for Jina Reader requests |
Related MCP server: grok-build-plugin
Start with npx
npx -y grok-native-search-mcp@latestCodex Configuration
[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"]Restart Codex after configuration.
Local Development
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