mcp-server-searxng

hanai/mcp-server-searxng
★ 0 stars TypeScript Search Updated 11d ago
Self-hosted MCP server that wraps SearXNG's /search API as a single search tool, served over MCP Streamable HTTP.
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",
        "hanai/mcp-server-searxng"
      ]
    }
  }
}