SearXNG Search
Rank #85io.github.ihor-sokoliuk/mcp-searxng
MCP server for SearXNG — privacy-respecting web search with pagination, URL reading
SearXNG Search is a Model Context Protocol (MCP) server published by ihor-sokoliuk. It ranks #85 of 115,460 servers tracked on MCP Toplist, and its repository has 1,181 GitHub stars. SearXNG Search is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 18 tracked versions. It was first listed on Dec 22, 2024 and most recently updated on Aug 25, 2026.
Ranks ahead of 115,375 of 115,460 servers on MCP Toplist.
Use SearXNG Search
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-searxng -e "SEARXNG_URL=<your SEARXNG_URL>" -e "AUTH_USERNAME=<your AUTH_USERNAME>" -e "AUTH_PASSWORD=<your AUTH_PASSWORD>" -- npx -y mcp-searxngReplace each placeholder with your own value before saving.
[mcp_servers.mcp-searxng]
command = "npx"
args = ["-y", "mcp-searxng"]
[mcp_servers.mcp-searxng.env]
SEARXNG_URL = "<your SEARXNG_URL>"
AUTH_USERNAME = "<your AUTH_USERNAME>"
AUTH_PASSWORD = "<your AUTH_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-searxng": {
"command": "npx",
"args": [
"-y",
"mcp-searxng"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"AUTH_USERNAME": "<your AUTH_USERNAME>",
"AUTH_PASSWORD": "<your AUTH_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-searxng": {
"command": "npx",
"args": [
"-y",
"mcp-searxng"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"AUTH_USERNAME": "<your AUTH_USERNAME>",
"AUTH_PASSWORD": "<your AUTH_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-searxng": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-searxng"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"AUTH_USERNAME": "<your AUTH_USERNAME>",
"AUTH_PASSWORD": "<your AUTH_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-searxng": {
"command": "npx",
"args": [
"-y",
"mcp-searxng"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"AUTH_USERNAME": "<your AUTH_USERNAME>",
"AUTH_PASSWORD": "<your AUTH_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-searxng": {
"command": "npx",
"args": [
"-y",
"mcp-searxng"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"AUTH_USERNAME": "<your AUTH_USERNAME>",
"AUTH_PASSWORD": "<your AUTH_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ihor-sokoliuk%2Fmcp-searxng)<a href="https://mcptoplist.com/server/io.github.ihor-sokoliuk%2Fmcp-searxng"><img src="https://mcptoplist.com/badge/io.github.ihor-sokoliuk%2Fmcp-searxng.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
ihor-sokoliuk
Available versions (18)
| Version | Published |
|---|---|
| 2.1.0 | Aug 25, 2026 |
| 2.0.0 | Aug 21, 2026 |
| 1.16.0 | Aug 20, 2026 |
| 1.15.0 | Aug 11, 2026 |
| 1.14.1 | Aug 7, 2026 |
| 1.14.0 | Aug 1, 2026 |
| 1.13.0 | Jul 30, 2026 |
| 1.12.1 | Jul 29, 2026 |
| 1.12.0 | Jul 26, 2026 |
| 1.7.2 | Jun 21, 2026 |
| 1.0.5 | May 25, 2026 |
| 1.0.3 | Apr 5, 2026 |
| 1.0.2 | Apr 1, 2026 |
| 1.0.1 | Apr 1, 2026 |
| 0.10.5 | Apr 1, 2026 |
| 0.10.3 | Apr 1, 2026 |
| 0.10.2 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains SearXNG Search?
- SearXNG Search is maintained by ihor-sokoliuk, which publishes 1 MCP server (18 total versions) tracked on MCP Toplist.
- Is SearXNG Search listed on the Official MCP Registry?
- Yes — SearXNG Search is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does SearXNG Search have?
- MCP Toplist tracks 18 versions of SearXNG Search, most recently published on Aug 25, 2026.
- Where can I find the source code for SearXNG Search?
- The source code for SearXNG Search is hosted at github.com/ihor-sokoliuk/mcp-searxng.