mcp-searxng-server

Alex73NF/mcp-searxng-server
★ 0 stars Unknown language ⚙️ DevOps Updated today
基于 Docker Compose 的 SearXNG 元搜索引擎部署配置。
View on GitHub →

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-searxng-server": {
      "command": "npx",
      "args": [
        "-y",
        "Alex73NF/mcp-searxng-server"
      ]
    }
  }
}