Skip to main content
Glama

MCP搜索

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

工具

使用 SearXNG 搜索网页

Related MCP server: SearXNG MCP Server

提示

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

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.0
    • First observedsearch

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool has a clear, distinct purpose of web searching.

Naming Consistency5/5

A single tool inherently has perfect naming consistency, as there are no other tools to compare it against for patterns or conventions.

Tool Count2/5

One tool is too few for a web search server, as it lacks operations like filtering results, managing search history, or configuring engines. This minimal scope limits functionality and feels incomplete for the domain.

Completeness2/5

The tool surface is severely incomplete for web searching, offering only a basic search function. Missing are essential features like result pagination, advanced query options, or engine selection, which are typical in search APIs.

Maintenance

ActivityInactive
ResponsivenessUnresponsive

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    A
    maintenance
    An MCP server for SearXNG that provides web search capabilities with concise model-visible output while preserving full result payloads in metadata. It supports search, parallel fetching, URL extraction, and research workflows through both local stdio and streamable HTTP transports.
    7
    4
    -
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for local web search via SearXNG, providing unlimited queries without API keys or cost, with automatic fallback to public instances.
    3
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server for SearXNG that provides LLM agents with advanced search tools, including engine and category targeting, multi-page fanout, and dynamic descriptions from the live engine pool.
    4
    38 npm
    1
    MIT