searxng
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"searxng": {
"args": [
"-y",
"mcp-searxng@latest"
],
"command": "npx",
"env": {
"SEARXNG_URL": "https://searx.seekkey.eu.org"
}
}
}
}
可用工具 (2 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
searxng_web_search 5 个参数 需填 1 项
Searches the web using SearXNG. CRITICAL: The parameter name MUST be exactly `query` (not `prompt`, `q`, or any other name). Pass your search terms as the value of the `query` parameter.
必填参数:query
web_url_read 6 个参数 需填 1 项
Read the content from an URL. Use this for further information retrieving to understand the content of each URL.
必填参数:url
服务介绍
selfholse