MCP Server for Grok Search API integration with comprehensive search capabilities
Most monitoring and observability work still happens through a UI a human drives. Grok Search MCP MCP server moves it into the conversation instead. MCP Server for Grok Search API integration with comprehensive search capabilities.
A robust MCP (Model Context Protocol) server that provides comprehensive web search and analysis capabilities using xAI's Grok API.
The server publishes 9 tools. What each one is for:
grok_search — General-purpose search tool with configurable search types and analysis modesgrok_web_search — Search general web content with comprehensive analysis supportgrok_news_search — Search for recent news with comprehensive timeline and context analysisgrok_twitter — The grok_twitter tool exposed by this serverhealth_check — The health_check tool exposed by this serverCaching — The Caching tool exposed by this serverMonitoring — The Monitoring tool exposed by this serverReliability — The Reliability tool exposed by this serverDebugging — The server provides structured logging. Monitor stderr output for detailed logs: bash npx grok-search-mcp 2>debug.logConfiguration is passed through the environment: XAI_API_KEY, GROK_TIMEOUT, GROK_MAX_RETRIES. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as Compatible, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Grok Search MCP's toolset — grok_search, grok_web_search, grok_news_search and 6 more — is a fair guide to whether it matches your workflow. It is maintained by stat-guy; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| grok_search | General-purpose search tool with configurable search types and analysis modes. |
| grok_web_search | Search general web content with comprehensive analysis support. |
| grok_news_search | Search for recent news with comprehensive timeline and context analysis. |
| grok_twitter | The grok_twitter tool exposed by this server. |
| health_check | The health_check tool exposed by this server. |
| Caching | The Caching tool exposed by this server. |
| Monitoring | The Monitoring tool exposed by this server. |
| Reliability | The Reliability tool exposed by this server. |
| Debugging | The server provides structured logging. Monitor stderr output for detailed logs: bash npx grok-search-mcp 2>debug.log |
{
"mcpServers": {
"grok-search": {
"command": "npx",
"args": ["-y", "Compatible"],
"env": {
"XAI_API_KEY": "your-value",
"GROK_TIMEOUT": "your-value",
"GROK_MAX_RETRIES": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| XAI_API_KEY | Credential the server authenticates with. | Yes |
| GROK_TIMEOUT | Configuration value read at startup. | Optional |
| GROK_MAX_RETRIES | Configuration value read at startup. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.