HomeSearch & Research › SearXNG HTTP MCP

SearXNG HTTP MCP

Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.

Python CloudLocal
★ 11 stars Last pushed 2026-09-18 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/whw23/searxng-http-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "searxng_http_mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/whw23/searxng-http-mcp"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Package (oci)

Package: oci ghcr.io/whw23/searxng-http-mcp

  • API_KEY secret — API key for authentication. Leave empty for no auth.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry