mcpbeat Sign in

SearXNG MCP Server

local only

SearXNG runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Privacy-friendly web search through a configurable SearXNG instance.

Installs / week
pypi · searxng
0
Stars
0 open issues
9 Sep 2026
Last commit
no recent releases
AGPL-3.0
License
Python

Nothing serious here today

Today is the operative word: we check SearXNG 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 -- uvx searxng
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "searxng": {
      "args": [
        "searxng"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.searxng]
command = "uvx"
args = ["searxng"]
.cursor/mcp.json
{
  "mcpServers": {
    "searxng": {
      "args": [
        "searxng"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "searxng": {
      "args": [
        "searxng"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to SearXNG

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

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

6 608 installs/wk local only
Search1API
by superagents-lab

Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

359 installs/wk 5 tools answering
A
Perplexity API Platform
by perplexity

Real-time web search, reasoning, and research through Perplexity's API

local only
I
Quantumproxies MCP
by quantumproxies

Web scraping, SERP search, crawl/map and 74 Collectors through residential proxies. 25 tools.

46 installs/wk local only
Web Search
by keenable

Live web search and clean-markdown page fetch over the Keenable web index.

68 installs/wk 2 tools answering
Tavily MCP
by tavily-ai

MCP server for advanced web search using Tavily

16 976 installs/wk local only
Tavily MCP Server
by seey215

MCP server for advanced web search using Tavily API.

72 installs/wk local only
Agent Search MCP
by lennney

Free-first Chinese and English web search MCP using zero-key sources and inspectable evidence.

67 installs/wk local only

SearXNG — questions

Answers built from our own checks of this server.

Why is there no uptime for SearXNG?
SearXNG 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 pypi package searxng.
How do I connect SearXNG?
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 straight from pypi; nothing to host, nothing to sign up for.
Is SearXNG open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 0 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.