首页
学习
活动
专区
圈层
工具
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
首页
学习
活动
专区
圈层
工具
MCP广场
MCP广场 >详情页
MCP-searxng云托管模式2025-06-160分享
github
用于通过 searXNG 将代理系统连接到搜索系统的 MCP 服务器。
By SecretiveShell
2025-06-160
github
详情内容

MCP-searxng

一个用于通过 searXNG 将代理系统连接到搜索系统的MCP服务器。

MCP SearxNG 徽章

工具

使用SearXNG搜索网络

提示

search(query: str) -> f"Searching for {query} using searXNG"

使用方法

通过 uvx

  1. 配置您的客户端JSON,如下所示
{
  "mcpServers": {
    "searxng": {
      "command": "uvx", 
      "args": [
        "mcp-searxng"
      ]
    }
  }
}

通过 git 克隆

  1. 将服务器添加到Claude桌面(入口点是main.py)

克隆仓库并将此JSON添加到Claude桌面

你可以通过运行uvx mcp-searxng来启动这个服务器,或者使用本地的仓库副本

{
  "mcpServers": {
    "searxng": {
      "command": "uv", 
      "args": [
        "--project",
        "/absoloute/path/to/MCP-searxng/",
        "run",
        "/absoloute/path/to/MCP-searxng/mcp-searxng/main.py"
      ]
    }
  }
}

你需要根据你的环境更改路径

自定义SearXNG URL

  1. 设置环境变量SEARXNG_URL为你所使用的searxng服务器的URL(默认为http://localhost:8080

  2. 运行你的MCP客户端,你应该能够使用searxng进行网络搜索

注意:如果你正在使用Claude桌面,请确保在重新运行服务器前终止进程(任务管理器或类似工具)

通过SSE URL连接服务
Server已在腾讯云托管,可在连接后免费调用和在线进行工具测试~
工具测试
已支持Server下的1个工具,可选择工具进行在线测试
search
search the web using searXNG. This will aggregate the results from google, bing, brave, duckduckgo and many others. Use this to find information on the web. Even if you do not have access to the internet, you can still use this tool to search the web.
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档