SearXNG HTTP MCP
Rank #2,268io.github.whw23/searxng-http-mcp
Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.
SearXNG HTTP MCP is a Model Context Protocol (MCP) server published by whw23. It ranks #2,268 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. SearXNG HTTP MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 21 tracked versions. It was first listed on May 8, 2026 and most recently updated on May 14, 2026.
Ranks ahead of 113,323 of 115,591 servers on MCP Toplist.
Use SearXNG HTTP MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add searxng-http-mcp -- docker run -i --rm --memory 512m --cpus 1 ghcr.io/whw23/searxng-http-mcp --stdioclaude mcp add searxng-http-mcp -e "API_KEY=<your API_KEY>" -- docker run -i --rm --name searxng-mcp --restart unless-stopped -p 8888:8888 --memory 512m --cpus 1 ghcr.io/whw23/searxng-http-mcpReplace each placeholder with your own value before saving.
[mcp_servers.searxng-http-mcp]
command = "docker"
args = ["run", "-i", "--rm", "--memory", "512m", "--cpus", "1", "ghcr.io/whw23/searxng-http-mcp", "--stdio"]Add to ~/.codex/config.toml.
[mcp_servers.searxng-http-mcp]
command = "docker"
args = ["run", "-i", "--rm", "--name", "searxng-mcp", "--restart", "unless-stopped", "-p", "8888:8888", "--memory", "512m", "--cpus", "1", "ghcr.io/whw23/searxng-http-mcp"]
[mcp_servers.searxng-http-mcp.env]
API_KEY = "<your API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp",
"--stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--name",
"searxng-mcp",
"--restart",
"unless-stopped",
"-p",
"8888:8888",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp",
"--stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--name",
"searxng-mcp",
"--restart",
"unless-stopped",
"-p",
"8888:8888",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"searxng-http-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp",
"--stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"searxng-http-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--name",
"searxng-mcp",
"--restart",
"unless-stopped",
"-p",
"8888:8888",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp",
"--stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--name",
"searxng-mcp",
"--restart",
"unless-stopped",
"-p",
"8888:8888",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp",
"--stdio"
]
}
}
}{
"mcpServers": {
"searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--name",
"searxng-mcp",
"--restart",
"unless-stopped",
"-p",
"8888:8888",
"--memory",
"512m",
"--cpus",
"1",
"ghcr.io/whw23/searxng-http-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}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.whw23%2Fsearxng-http-mcp)<a href="https://mcptoplist.com/server/io.github.whw23%2Fsearxng-http-mcp"><img src="https://mcptoplist.com/badge/io.github.whw23%2Fsearxng-http-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
whw23
Available versions (21)
| Version | Published |
|---|---|
| 2026.50.0 | May 14, 2026 |
| 2026.49.0 | May 14, 2026 |
| 2026.46.0 | May 11, 2026 |
| 2026.45.0 | May 11, 2026 |
| 2026.44.0 | May 11, 2026 |
| 2026.42.0 | May 11, 2026 |
| 2026.41.0 | May 11, 2026 |
| 2026.40.0 | May 10, 2026 |
| 2026.39.0 | May 10, 2026 |
| 2026.35.0 | May 10, 2026 |
| 2026.34.0 | May 10, 2026 |
| 2026.32.0 | May 9, 2026 |
| 2026.30.0 | May 9, 2026 |
| 2026.28.0 | May 9, 2026 |
| 2026.25.0 | May 9, 2026 |
| 2026.21.0 | May 9, 2026 |
| 2026.20.0 | May 9, 2026 |
| 1.0.15 | May 9, 2026 |
| 2026.5.8-d8ab61a9e-2a85bdb | May 9, 2026 |
| 2026.5.8-d8ab61a9e-462cce1 | May 8, 2026 |
| 2026.5.7-ef6290c8c-f53b536 | May 8, 2026 |
Frequently asked questions
- Who maintains SearXNG HTTP MCP?
- SearXNG HTTP MCP is maintained by whw23, which publishes 1 MCP server (21 total versions) tracked on MCP Toplist.
- Is SearXNG HTTP MCP listed on the Official MCP Registry?
- Yes — SearXNG HTTP MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SearXNG HTTP MCP have?
- MCP Toplist tracks 21 versions of SearXNG HTTP MCP, most recently published on May 14, 2026.
- Where can I find the source code for SearXNG HTTP MCP?
- The source code for SearXNG HTTP MCP is hosted at github.com/whw23/searxng_http_mcp.