HomeSearch & Research › SearXNG MCP Server

SearXNG MCP Server

Self-hosted SearXNG metasearch for MCP clients: web, image, news, video, music and page fetch.

TypeScript Local
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "searxng-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SEARXNG_URL": "<YOUR_VALUE>",
        "SEARXNG_TRANSPORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • SEARXNG_URL — Base URL of the SearXNG instance
  • SEARXNG_TRANSPORT — Transport: stdio (default) or http (Streamable HTTP, 2026-07-28 revision only)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry