mcp-server-searxng

kevinwatt/mcp-server-searxng
★ 31 stars JavaScript Search Updated today
An MCP server implementation that integrates with SearXNG, providing privacy-focused meta search capabilities.
View on GitHub → Try with Claude — $10 free →

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",
        "kevinwatt/mcp-server-searxng"
      ]
    }
  }
}