SearXNG MCP Server
@MCP-Mirror
SearXNG MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"kevinwatt_mcp-server-searxng": {
"command": "docker",
"args": [
"run",
"-d",
"\\"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント