mcpbeat Sign in

SearXNG MCP Server

by bumbarasch Your server? Claim it
local only

SearXNG MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 869 installs a week from npm. Last commit 21 Sep 2026.

Self-hosted SearXNG metasearch for MCP clients: web, image, news, video, music and page fetch.

Installs per day peak 869 · avg 28
a month agotoday
869
Installs / week
npm · searxng-mcp-server
0
Stars
1 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: SEARXNG_URL (Base URL of the SearXNG instance), SEARXNG_TRANSPORT (Transport: stdio (default) or http (Streamable HTTP, 2026-07-28 revision only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SearXNG MCP Server

same job, measured the same way
iFlow Search
by zhengyanglsun

MCP server for iFlow Search web search, image search, and URL fetch tools.

30 installs/wk local only
Tinysearch
by marcellm01

Self-hosted web research for MCP agents.

local only
Tinysearch
by tinysuitehq

Fast discovery search and self-hosted web research for MCP agents.

842 installs/wk local only
PZERO
by pzero

Prepaid inference for agents over hosted MCP. Chat, image, and video.

18 tools answering
Webshift
by x-hannibal

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only
Webshift
by annibale-x

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only
Webshift
by x-monk

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

20 installs/wk local only

SearXNG MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for SearXNG MCP Server?
SearXNG MCP Server 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-mcp-server was installed 869 times last week.
How do I connect SearXNG MCP Server?
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-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use SearXNG MCP Server?
The npm package searxng-mcp-server was installed 869 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SearXNG MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.