SearXNG MCP Server

by MCP-Mirror

438 downloads
Not rated
GitHub

About

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.

Details

Author
MCP-Mirror
Downloads
438
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name SearXNG MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "searxng mcp server": {
            "kevinwatt_mcp-server-searxng": {
                "command": "docker",
                "args": [
                    "run",
                    "-d",
                    "\\"
                ]
            }
        }
    }
}

McpServers

{
    "kevinwatt_mcp-server-searxng": {
        "command": "docker",
        "args": [
            "run",
            "-d",
            "\\"
        ]
    }
}

SearXNG MCP Server

An MCP server implementation that integrates with SearXNG, providing privacy-focused meta search capabilities.

Features

- Meta Search: Combines results from multiple search engines
- Privacy-Focused: No tracking, no user profiling
- Multiple Categories: Support for general, news, science, files, images, videos, and more
- Language Support: Search in specific languages or all languages
- Time Range Filtering: Filter results by day, week, month, or year
- Safe Search: Three levels of safe search filtering
- Fallback Support: Multiple SearXNG instances for reliability

Installation

npm install -g @kevinwatt/mcp-server-searxng

Usage

Direct Run

mcp-server-searxng

With Dive Desktop

1. Click "+ Add MCP Server" in Dive Desktop
2. Copy and paste this configuration:

{
  "mcpServers": {
    "searxng": {
      "command": "npx",
      "args": [
        "-y",
        "@kevinwatt/mcp-server-searxng"
      ]
    }
  }
}

3. Click "Save" to install the MCP server

Tool Documentation

- web_search
- Execute meta searches across multiple engines
- Inputs:
- query (string): Search terms
- page (number, optional): Page number (default: 1)
- language (string, optional): Language code (e.g., 'en', 'all', default: 'all')
- categories (array, optional): Search categories (default: ['general'])
- Available: "general", "news", "science", "files", "images", "videos", "music", "social media", "it"
- time_range (string, optional): Time filter (day/week/month/year)
- safesearch (number, optional): Safe search level (0: None, 1: Moderate, 2: Strict, default: 1)

Development

git clone https://github.com/kevinwatt/mcp-server-searxng.git
cd mcp-server-searxng
npm install
npm run build
npm start

License

This MCP server is licensed under the MIT License. See the LICENSE file for details.

Prerequisites

You need a local SearXNG instance running. To set it up:

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.