SearXNG MCP Server
@MCP-Mirror
About SearXNG MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kevinwatt_mcp-server-searxng": {
"command": "docker",
"args": [
"run",
"-d",
"\\"
]
}
}
}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 SearXNG MCP Server?
SearXNG MCP Server integrates SearXNG's privacy-focused meta search capabilities with the Model Context Protocol, enabling privacy-preserving web searches across multiple engines. It is intended for developers and AI agents that need tracking-free, configurable search results.
How to use SearXNG MCP Server?
Install globally via npm (npm install -g @kevinwatt/mcp-server-searxng) and run directly with mcp-server-searxng. Alternatively, configure it as an MCP server in Dive Desktop by providing the JSON configuration shown in the README. A local SearXNG instance (e.g., Docker) is required; environment variable SEARXNG_INSTANCES can specify custom URLs.
Key features of SearXNG MCP Server
- Meta search combining results from multiple engines
- Privacy-first design with no tracking or profiling
- Multi‑category support: general, news, science, files, images, videos, and more
- Language‑specific search and time‑range filters (day, week, month, year)
- Three‑level safe search filtering and fallback to multiple SearXNG instances
Use cases of SearXNG MCP Server
- Privacy-conscious web searches from AI assistants
- Aggregated search across categories (news, images, videos) in a single call
- Fallback‑resilient search setups with multiple SearXNG instances
FAQ from SearXNG MCP Server
What is the difference between this server and using SearXNG directly?
This server wraps SearXNG’s JSON API into an MCP tool (web_search), making it easy to integrate into MCP‑compatible apps without manual API calls.
What are the runtime requirements?
A running SearXNG instance reachable via HTTP (default http://localhost:8080). Node.js and npm are needed to install the server package.
How can I provide custom SearXNG instances?
Set the SEARXNG_INSTANCES environment variable as a comma‑separated list of URLs. The default is http://localhost:8080.
Can I filter search results by time or category?
Yes. The web_search tool accepts optional parameters categories, time_range, language, safesearch, and page.
How does the server handle privacy?
The server itself does not track or profile users; it delegates to SearXNG, which also does not track users across searches. No user data is stored by the server.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments