mcpbeat Sign in

Searxng Deepdive MCP Server

by burakaydinofficial Your server? Claim it
local only

Searxng Deepdive runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 6 Jul 2026.

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

Installs per day peak 37 · avg 15 · +14% w/w
a month agotoday
40
Installs / week
npm · searxng-deepdive
1
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Searxng Deepdive every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add searxng-deepdive -- npx -y searxng-deepdive
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "searxng-deepdive": {
      "args": [
        "-y",
        "searxng-deepdive"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.searxng-deepdive]
command = "npx"
args = ["-y", "searxng-deepdive"]
.cursor/mcp.json
{
  "mcpServers": {
    "searxng-deepdive": {
      "args": [
        "-y",
        "searxng-deepdive"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "searxng-deepdive": {
      "args": [
        "-y",
        "searxng-deepdive"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Searxng Deepdive

same job, measured the same way
SearXNG Search
by ihor-sokoliuk

MCP server for SearXNG — privacy-respecting web search with pagination, URL reading

12 564 installs/wk local only
mwe-mcp — Memory Wiki Engine
by fr4nz82

Self-hosted multi-user memory for AI agents: a human-readable Markdown wiki with per-fragment ACL.

local only
Base64
by ryudi84

MCP server for Base64, URL, and HTML encoding/decoding

local only
Pmwiki MCP
by kcofoni

MCP server for searching and reading PmWiki pages with text queries and group filtering.

local only
Web Search
by hec-ovi

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

198 installs/wk local only
ScholarFetch
by laibniz

Multi-engine scholarly research server for search, traversal, full text, and reading lists.

12 tools answering
Fetch URL MCP Server
by j0hanz

An MCP server that fetches web pages and converts them to clean, readable Markdown.

128 installs/wk local only
Markdown
by ryudi84

MCP server for markdown: tables, TOC, HTML conversion, formatting.

local only

Searxng Deepdive — questions

Answers built from our own checks of this server.

Why is there no uptime for Searxng Deepdive?
Searxng Deepdive runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package searxng-deepdive was installed 40 times last week.
How do I connect Searxng Deepdive?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls searxng-deepdive straight from npm; nothing to host, nothing to sign up for.
How many people use Searxng Deepdive?
The npm package searxng-deepdive was installed 40 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Searxng Deepdive open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.