AgentHubAgentHub

SearXNG HTTP MCP

MCP ServerMCP Registry官方收录

io.github.whw23/searxng-http-mcp · v2026.55.0

Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.

概览

SearXNG HTTP MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "searxng-http-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/whw23/searxng-http-mcp"
      ]
    }
  }
}

环境变量

API_KEY可选secret

API key for authentication. Leave empty for no auth.

相关资源

统一 Manifest

{
  "id": "io.github.whw23/searxng-http-mcp",
  "type": "mcp-server",
  "version": "2026.55.0",
  "displayName": "SearXNG HTTP MCP",
  "description": "Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.",
  "repository": {
    "url": "https://github.com/whw23/searxng_http_mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "ghcr.io/whw23/searxng-http-mcp",
        "runtimeHint": "docker",
        "transport": "stdio"
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/whw23/searxng-http-mcp",
        "runtimeHint": "docker",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "API_KEY",
            "description": "API key for authentication. Leave empty for no auth.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.whw23/searxng-http-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.whw23%2Fsearxng-http-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
SearXNG HTTP MCP — MCP Server 安装与配置 · AgentHub