Skip to content
Grok

searxng mcp for Grok

io.github.aicrafted/searxng-mcp

MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol

client:Grok transport:stdio runtime:oci

Install searxng mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "searxng-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aicrafted/searxng-mcp:latest"
      ],
      "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

searxng mcp in other clients