Skip to main content
Glama

MCP 검색

searchXNG를 통해 에이전트 시스템을 검색 시스템에 연결하기 위한 MCP 서버입니다.

도구

SearXNG로 웹 검색

Related MCP server: SearXNG MCP Server

프롬프트

지엑스피1

용법

uvx를 통해

  1. 클라이언트 JSON을 다음과 같이 구성하세요.

{
  "mcpServers": {
    "searxng": {
      "command": "uvx", 
      "args": [
        "mcp-searxng"
      ]
    }
  }
}

git clone을 통해

  1. Claude Desktop에 서버를 추가합니다(진입점은 main.py입니다)

저장소를 복제하고 이 JSON을 Claude Desktop에 추가하세요.

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 searchng 서버의 URL로 설정합니다(기본값은 http://localhost:8080 입니다)

  2. MCP 클라이언트를 실행하면 검색을 통해 웹을 검색할 수 있어야 합니다.

참고: 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