Skip to main content
Glama
pwilkin

SearXNG MCP Server

by pwilkin

mcp-searxng-öffentlich

Ein MCP-Server, der öffentliche SearXNG-Instanzen abfragt und HTML-Inhalte in ein JSON-Ergebnis analysiert

Begründung

Alle MCP-Server für SearXNG, die ich kenne, verwenden „json“ als Ausgabeformat. Das ist zwar sicherlich eine schnellere Möglichkeit, einen SearXNG-MCP-Server zu programmieren, führt aber auf praktisch allen öffentlichen Servern zu Fehlern, da diese das JSON-Format nicht unterstützen.

Dieser Server liest von bis zu drei öffentlichen SearXNG-Servern (wobei einer als Hauptserver und die anderen als Fallback-Server verwendet werden) und analysiert die Ergebnisse in JSON.

Related MCP server: mcp-searxng

Installation

Installieren Sie über npm install mcp-serxng-public .

Wenn der Server installiert ist, lautet die Ausführungskonfiguration:

{
      "name": "SearXNGScraper",
      "type": "stdio",
      "command": "npx",
      "args": ["mcp-searxng-public"],
      "capabilities": {
        "tool-calls": true
      },
      "env": {
        "SEARXNG_BASE_URL": "https://searx.be;https://searx.tiekoetter.com;https://opnxng.com;https://searxng.world;https://searx.oloke.xyz;https://seek.fyi",
      }
}

(Sie können beliebige Server von https://searx.space/ als Ihre ausgewählten Server verwenden)

Verwendung

Der Server stellt einen Endpunkt bereit: search . Der Endpunkt akzeptiert zwei Argumente: query – die Suchanfrage und einen optionalen time_range , der einen Zeitbereichsparameter gemäß der Spezifikation https://docs.searxng.org/dev/search\_api.html ( day , month oder year ) akzeptiert.

Zurückgegeben wird ein Array von Objekten:

[
      {
        "url": "https://github.com/searxng/searxng",
        "summary": "You can start SearXNG using make run in the terminal or by pressing Ctrl+Shift+B"
      },
      {
        "url": "https://searx.bndkt.io/",
        "summary": "Powered by searxng - 2025.3.22+5986629c6 — a privacy-respecting, open metasearch engine Source code | Issue tracker | Engine stats | Public instances | Contact instance maintainer"
      },
      {
        "url": "https://docs.searxng.org/"
        "summary": "SearXNG is a free internet metasearch engine which aggregates results from up to 243 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor …"
      }
      {
        "url": "https://en.wikipedia.org/wiki/SearXNG",
        "summary": "SearXNG is federated, and as such is hosted by several instances, public and private. Private instances are hosted on a local network, or run on the user's desktop computer itself, and are …"
      }
]
Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • F
    license
    A
    quality
    A
    maintenance
    An MCP server for SearXNG that provides web search capabilities with concise model-visible output while preserving full result payloads in metadata. It supports search, parallel fetching, URL extraction, and research workflows through both local stdio and streamable HTTP transports.
    7
    1
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that integrates the SearXNG API for web search and URL content extraction with advanced features like pagination, caching, and proxy support.
    4
    21,369
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that aggregates web search results from multiple engines and optionally renders pages to Markdown, providing a unified search interface.
    10
    3
    ISC

View all related MCP servers

Related MCP Connectors

  • MCP server for Google search results via SERP API

  • Serper MCP — wraps the Serper Google Search API (serper.dev)

  • Free remote MCP server for fetching public web pages through a rotating proxy pool.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pwilkin/mcp-searxng-public'

If you have feedback or need assistance with the MCP directory API, please join our Discord server