Skip to main content
Glama

MCP搜索

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

工具

使用 SearXNG 搜索网页

提示

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

用法

通过 uvx

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

通过 git clone

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

克隆 repo 并将此 JSON 添加到 claude 桌面

您可以使用uvx mcp-searxng运行此服务器,或使用 repo 的本地副本

{ "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 Desktop,请确保在再次运行服务器之前终止该进程(任务管理器或同等程序)

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

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

  1. 工具
    1. 提示
      1. 用法
        1. 通过 uvx
        2. 通过 git clone
        3. 自定义 SearXNG URL

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An MCP server implementation that integrates the SearxNG API, providing web search capabilities.
        Last updated -
        2
        878
        151
        JavaScript
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that integrates with SerpApi to retrieve search results from multiple search engines including Google, Bing, Yahoo, and others, enabling fast access to both live and archived search data.
        Last updated -
        10
        Python
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables web searches using a SearxNG instance, allowing MCP-compatible applications like Goose to perform internet searches.
        Last updated -
        Python
        GPL 3.0
      • A
        security
        A
        license
        A
        quality
        An MCP server that allows searching through public SearXNG instances by parsing HTML content into JSON results, enabling metasearch capabilities without requiring JSON API access.
        Last updated -
        1
        385
        14
        JavaScript
        MIT License

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/SecretiveShell/MCP-searxng'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server