Odel
SearXNG HTTP MCP

SearXNG HTTP MCP

Local
@whw2310PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/whw23/searxng-http-mcp

Run

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

MCP client config

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

Run

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

MCP client config

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