mcp-server-searxng

jhstatewide/mcp-server-searxng
★ 2 stars TypeScript AI/LLM Updated today
MCP Server that uses SearXNG to search for terms, with some control
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

A fork of [kevinwatt/mcp-server-searxng](https://github.com/kevinwatt/mcp-server-searxng) with enhanced error messaging and parameter validation, specifically designed to improve the experience when used with AI agents. This MCP server implementation integrates with SearXNG, providing privacy-focused meta search capabilities with improved feedback for LLM agents.

Tools (13)

NODE_TLS_REJECT_UNAUTHORIZEDSEARXNG_CACHE_TTL_MSSEARXNG_CIRCUIT_COOLDOWN_MSSEARXNG_INSTANCESSEARXNG_MAX_ATTEMPTSSEARXNG_REQUEST_TIMEOUT_MSSEARXNG_RETRY_BASE_DELAY_MSSEARXNG_RETRY_BUDGET_MSSEARXNG_RETRY_JITTER_MSSEARXNG_RETRY_MAX_DELAY_MSSEARXNG_RETRY_SOFT_FAILURESSEARXNG_STALE_IF_ERROR_MSSEARXNG_USER_AGENT