.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ihor-sokoliuk/mcp-searxng
home/mcp-servers/ihor-sokoliuk/mcp-searxng
ihor-sokoliuk avatar

mcp-searxng

byihor-sokoliuk· 1 MCP server

Installs

73k

Stars

1.1k

Forks

149

Category

AI Agents & MCP

View on GitHub

TL;DR

Private web search for AI assistants — connect any SearXNG instance to Claude, Cursor, and more.

How to install mcp-searxng?

ihor-sokoliuk/mcp-searxng
$git clone https://github.com/ihor-sokoliuk/mcp-searxng

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-searxng by running `git clone https://github.com/ihor-sokoliuk/mcp-searxng`, then use it for the current task and follow its documentation at https://github.com/ihor-sokoliuk/mcp-searxng.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3# 🔍 SearXNG MCP Server
4 
5**Private web search for AI assistants — connect any SearXNG instance to Claude, Cursor, and more.**
6 
7[![GitHub Stars](https://img.shields.io/github/stars/ihor-sokoliuk/mcp-searxng?style=flat-square&logo=github&label=stars)](https://github.com/ihor-sokoliuk/mcp-searxng/stargazers)
8[![npm version](https://img.shields.io/npm/v/mcp-searxng?style=flat-square&logo=npm)](https://www.npmjs.com/package/mcp-searxng)
9[![npm downloads](https://img.shields.io/npm/dm/mcp-searxng?style=flat-square&logo=npm&label=downloads%2Fmo)](https://www.npmjs.com/package/mcp-searxng)
10[![Docker Pulls](https://img.shields.io/docker/pulls/isokoliuk/mcp-searxng?style=flat-square&logo=docker)](https://hub.docker.com/r/isokoliuk/mcp-searxng)
11[![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)
12[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/ihor-sokoliuk/mcp-searxng/badge)](https://scorecard.dev/viewer/?uri=github.com/ihor-sokoliuk/mcp-searxng)
13[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13143/badge)](https://www.bestpractices.dev/projects/13143)
14[![mcp-searxng MCP server](https://glama.ai/mcp/servers/ihor-sokoliuk/mcp-searxng/badges/score.svg)](https://glama.ai/mcp/servers/ihor-sokoliuk/mcp-searxng)
15[![GitHub MCP Registry](https://img.shields.io/badge/GitHub_MCP_Registry-listed-2da44e?style=flat-square&logo=github&logoColor=white)](https://github.com/mcp/ihor-sokoliuk/mcp-searxng)
16 
17An [MCP server](https://modelcontextprotocol.io/introduction) that integrates the [SearXNG](https://docs.searxng.org) API, giving AI assistants web search capabilities.
18 
19✨ Featured in the [GitHub MCP Registry](https://github.com/mcp/ihor-sokoliuk/mcp-searxng).
20 
21</div>
22 
23## Quick Start
24 
25Add to your MCP client configuration (e.g. `claude_desktop_config.json`):
26 
27```json
28{
29 "mcpServers": {
30 "searxng": {
31 "command": "npx",
32 "args": ["-y", "mcp-searxng"],
33 "env": {
34 "SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
35 }
36 }
37 }
38}
39```
40 
41Replace `YOUR_SEARXNG_INSTANCE_URL` with the URL of your SearXNG instance (e.g. `https://searxng.example.com`). You can also provide interchangeable replicas as a semicolon-separated list, e.g. `https://one.example.com;https://two.example.com`.
42 
43## Features
44 
45- **Web Search**: General, news, and article queries with pagination, time-range/language/safe-search filters, relevance filtering (`min_score`), and formatted-text or raw-JSON output (`response_format`).
46- **Instance Failover & Fan-out**: Configure interchangeable SearXNG replicas in `SEARXNG_URL`; searches fail over in order by default, or query all healthy replicas in parallel and merge results with `SEARXNG_FANOUT`.
47- **Direct Answers & Metadata**: Text results surface SearXNG answers, corrections, suggestions, and infoboxes before the result list.
48- **Search Suggestions**: Query autocomplete via SearXNG's `/autocompleter` endpoint.
49- **Instance Capability Discovery**: Inspect configured categories, engines, defaults, locales, and plugins from `/config`.
50- **URL Content Reading**: Content-type-aware Markdown conversion with pagination, section filtering, paragraph ranges, and heading extraction.
51- **Intelligent Caching**: Both search results and URL content are cached in memory with configurable TTL and LRU eviction, reducing redundant requests.
52- **SSRF Protection**: `web_url_read` blocks private/internal URLs and redirects by default in all transport modes.
53- **HTTP Transport**: Optional Streamable HTTP mode with opt-in hardening — bearer-token auth, CORS allowlist, and rate limiting.
54- **HTML Fallback**: Optionally parse results from the HTML page for public instances that reject `format=json`.
55- **Lite Tools Mode**: Minimal tool schemas for local models with small context windows.
56- **Proxy Support**: Global or per-tool HTTP/HTTPS proxies for search and URL-reader traffic.
57 
58## Why mcp-searxng?
59 
60| | Brave MCP | Exa MCP | Firecrawl MCP | **mcp-sear

Preview

ihor-sokoliuk/mcp-searxngihor-sokoliuk/mcp-searxng

# 🔍 SearXNG MCP Server

**Private web search for AI assistants — connect any SearXNG instance to Claude, Cursor, and more.**

[![GitHub Stars](https://img.shields.io/github/stars/ihor-sokoliuk/mcp-searxng?style=flat-square&logo=github&label=stars)](https://github.com/ihor-sokoliuk/mcp-

Repoihor-sokoliuk/mcp-searxng
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaiclaude

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k