Ihor-Sokoliuk/MCP-SearXNG
by Various
MCP Server for SearXNG
MCP
Ihor-Sokoliuk/MCP-SearXNG
Added 1 June 2026
Overview
An MCP (Model Context Protocol) server that connects AI agents to SearXNG, a self-hosted metasearch engine. It enables AI tools to perform web searches through SearXNG, returning aggregated results from multiple search sources. Built in TypeScript, it provides a standardized interface for AI models to query the web without relying on proprietary search APIs.
Best for
Best for
Developers building AI agents that need private, self-hosted web search without relying on third-party APIs
Use cases
- Integrate privacy-focused web search into AI assistants or chatbots
- Enable AI agents to retrieve real-time information from multiple search engines via a single endpoint
- Build custom search workflows for AI tools using a self-hosted SearXNG instance
How to use
Install
npm install -g mcp-searxng Tools exposed
time_rangelanguagesafesearchmin_scorenum_resultscategoriessearxng_web_searchSelf-hosted
Tested with
Cursor, Continue
Example client config
{\n "mcpServers": {\n "searxng": {\n "command": "npx",\n "args": ["-y", "mcp-searxng"],\n "env": {\n "SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"\n }\n }\n }\n} Notes
An MCP (Model Context Protocol) server that connects AI agents to SearXNG, a self-hosted metasearch engine. It enables AI tools to perform web searches through SearXNG, returning aggregated results from multiple search sources. Built in TypeScript, it provides a standardized interface for AI models to query the web without relying on proprietary search APIs.
836 stars on GitHub. Last updated 2026-05-25. Licensed MIT.
Use cases
- Integrate privacy-focused web search into AI assistants or chatbots
- Enable AI agents to retrieve real-time information from multiple search engines via a single endpoint
- Build custom search workflows for AI tools using a self-hosted SearXNG instance
Pros
- Open source and self-hosted, giving full control over search privacy and data
- Well-maintained with 836 GitHub stars and active community
- Written in TypeScript, offering type safety and easy integration with Node.js projects
Cons
- Requires a running SearXNG instance, adding setup and maintenance overhead
- Search quality depends on SearXNG configuration and upstream search engines
- Limited to SearXNG’s capabilities; no direct access to proprietary search APIs
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and self-hosted, giving full control over search privacy and data
- Well-maintained with 836 GitHub stars and active community
- Written in TypeScript, offering type safety and easy integration with Node.js projects
Cons
- Requires a running SearXNG instance, adding setup and maintenance overhead
- Search quality depends on SearXNG configuration and upstream search engines
- Limited to SearXNG's capabilities; no direct access to proprietary search APIs
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.