MCP.so
登录

SearXNG MCP Server

@kevinwatt

关于 SearXNG MCP Server

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

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

kevinwatt

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-searxng": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@kevinwatt/mcp-server-searxng",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is SearXNG MCP Server?

An MCP server implementation that integrates with SearXNG, providing privacy-focused meta search capabilities. It combines results from multiple search engines without tracking or user profiling, designed for AI assistants like Claude.

How to use SearXNG MCP Server?

Install via npm (npm install -g @kevinwatt/mcp-server-searxng) and run mcp-server-searxng, or configure as an MCP server in Dive Desktop or Claude Desktop using the provided JSON config. A local SearXNG instance must be running (Docker setup instructions are included), and the server connects to it via the SEARXNG_INSTANCES environment variable.

Key features of SearXNG MCP Server

  • Meta search across multiple engines
  • No tracking or user profiling
  • Multiple search categories (general, news, science, files, images, videos, music, social media, IT)
  • Language and time‑range filtering
  • Three levels of safe search
  • Fallback support with multiple SearXNG instances

Use cases of SearXNG MCP Server

  • Privacy‑aware web search from an AI assistant
  • Aggregated results from Google, DuckDuckGo, Bing, and others
  • Category‑specific searches (e.g., images, news, scientific articles)
  • Reliable search with automatic failover between instances

FAQ from SearXNG MCP Server

Does SearXNG MCP Server require a SearXNG instance?

Yes. You must have a SearXNG instance running (instructions to run it via Docker are provided in the README). The default address is http://localhost:8080.

What search categories are available?

General, news, science, files, images, videos, music, social media, and IT. The default category is "general".

How can I configure multiple SearXNG instances for fallback?

Set the SEARXNG_INSTANCES environment variable to a comma‑separated list of URLs (e.g., http://localhost:8080,https://searx.example.com). The server will try them in order.

What safe search levels does the server support?

Three levels: 0 (No filtering), 1 (Moderate, default), and 2 (Strict).

Is SearXNG MCP Server truly privacy‑focused?

Yes. It integrates with SearXNG, which does not track users or build search profiles, and the server sends queries directly to the SearXNG instance without additional logging.

评论

其他 分类下的更多 MCP 服务器