searxng deepdive for Grok
io.github.burakaydinofficial/searxng-deepdive
MCP server for SearXNG with engine targeting, multi-page fanout, and HTML→Markdown URL reading.
client:Grok
transport:stdio
runtime:npm
Install searxng deepdive in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"searxng-deepdive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
],
"env": {
"SEARXNG_URL": "<SEARXNG_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs