← Index

io.github.burakaydinofficial/searxng-deepdive

io.github.burakaydinofficial/searxng-deepdive·v0.3.3·Other
Quality Score
80
/100

MCP server for SearXNG with engine targeting, multi-page fanout, and HTML→Markdown URL reading.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "searxng-deepdive": {
      "command": "npx",
      "args": [
        "-y",
        "searxng-deepdive"
      ],
      "env": {
        "SEARXNG_URL": "<searxng_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "searxng-deepdive": {
      "command": "npx",
      "args": [
        "-y",
        "searxng-deepdive"
      ],
      "env": {
        "SEARXNG_URL": "<searxng_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y searxng-deepdive
§02  Environment variables
SEARXNG_URL

Base URL of the SearXNG instance (e.g. http://127.0.0.1:7979/). Defaults to http://127.0.0.1:8080 if unset; set this to the address of your running SearXNG.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other