AgentHubAgentHub

SearXNG 搜索 MCP 服务器

MCP ServerMCP Hub 中国

io.mcp-cn.mcp-searxng · vlatest

通过模型上下文协议(MCP)集成SearXNG搜索引擎的服务器。提供隐私保护的网络搜索功能,支持多种搜索引擎和高级搜索选项,包括时间过滤、语言设置和结果类型筛选。

概览

SearXNG 搜索 MCP 服务器 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

MCPSearXNG网络搜索隐私保护搜索引擎搜索API

安装

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

{
  "mcpServers": {
    "io-mcp-cn-mcp-searxng": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-searxng"
      ],
      "env": {
        "SEARXNG_URL": "<SEARXNG_URL>"
      }
    }
  }
}

环境变量

SEARXNG_URL必填

YOUR_SEARXNG_INSTANCE_URL

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.mcp-searxng",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "SearXNG 搜索 MCP 服务器",
  "description": "通过模型上下文协议(MCP)集成SearXNG搜索引擎的服务器。提供隐私保护的网络搜索功能,支持多种搜索引擎和高级搜索选项,包括时间过滤、语言设置和结果类型筛选。",
  "author": {
    "name": "Ihor Sokoliuk"
  },
  "homepage": "https://mcp-cn.com/server/120",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "mcp-searxng",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SEARXNG_URL",
            "description": "YOUR_SEARXNG_INSTANCE_URL",
            "isRequired": true,
            "isSecret": false
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:4001",
    "MCP",
    "SearXNG",
    "网络搜索",
    "隐私保护",
    "搜索引擎",
    "搜索API"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "mcp-searxng",
    "originalUrl": "https://mcp-cn.com/server/120",
    "isOfficial": false,
    "status": "active"
  }
}
SearXNG 搜索 MCP 服务器 — MCP Server 安装与配置 · AgentHub