mcp-searxng-public
@pwilkin
About mcp-searxng-public
An MCP server that queries public SearXNG instances, parsing HTML contents into a JSON result
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"SearXNGScraper": {
"command": "npx",
"args": [
"mcp-searxng-public"
],
"capabilities": {
"tool-calls": true
},
"env": {
"SEARXNG_BASE_URL": "https://metacat.online;https://nyc1.sx.ggtyler.dev;https://ooglester.com;https://search.080609.xyz;https://search.canine.tools;https://search.catboy.house;https://search.citw.lgbt;https://search.einfachzocken.eu;https://search.federicociro.com;https://search.hbubli.cc;https://search.im-in.space;https://search.indst.eu",
"DEFAULT_LANGUAGE": "en"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-searxng-public?
mcp-searxng-public is an MCP server that queries up to three public SearXNG instances, parsing HTML search results into a JSON format. It is designed for users who need a reliable search tool that works with public SearXNG servers that typically do not expose JSON APIs.
How to use mcp-searxng-public?
Install via npm install mcp-searxng-public. Configure with SEARXNG_BASE_URL (semicolon-separated list of URLs) and DEFAULT_LANGUAGE. Invoke the search tool with required query and optional time_range, language, and detailed arguments. Run the report task to get a list of accessible servers.
Key features of mcp-searxng-public
- Queries multiple public SearXNG instances with failover.
- Parses HTML results into structured JSON with URL and summary.
- Supports optional time range (
day,month,year). - Supports optional language parameter with configurable default.
- Detailed mode queries up to 3 servers and multiple pages.
- Returns deduplicated results from fallback servers.
Use cases of mcp-searxng-public
- Privacy-focused web searches using public SearXNG instances.
- Automated search queries in AI agents or workflows.
- Getting search results without needing a private SearXNG instance.
- Fallback search capability for high availability.
FAQ from mcp-searxng-public
How does mcp-searxng-public differ from other SearXNG MCP servers?
Most SearXNG MCP servers use the JSON output format, which fails on public servers. This server parses HTML from public instances and includes fallback servers for reliability.
What environment variables are required?
SEARXNG_BASE_URL: a semicolon-separated list of SearXNG URLs (default list provided). DEFAULT_LANGUAGE: language code (e.g., en). Optional, falls back to no language if unset.
Where does the search data come from?
Data comes from public SearXNG instances specified in the SEARXNG_BASE_URL environment variable. The server reads up to three of these, using the first as primary and others as fallback.
What transport or authentication does the server use?
The server communicates via the Standard Input/Output (stdio) transport. No authentication is configured; it relies on public SearXNG instances.
Are there any known limitations?
The server relies on publicly accessible SearXNG instances, which may have rate limits or become unavailable. It parses HTML, so result structure may change if instance UI updates.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments