Skip to main content
Glama

SearXNG MCP 서버

SearXNG API를 통합하여 웹 검색 기능을 제공하는 MCP 서버 구현입니다.

대장간 배지

특징

  • 웹 검색 : 일반 쿼리, 뉴스, 기사(페이지 번호 포함)

  • 페이지 번호 : 검색할 결과 페이지를 제어합니다.

  • 시간 필터링 : 시간 범위(일, 월, 년)별로 결과를 필터링합니다.

  • 언어 선택 : 선호하는 언어로 결과를 필터링합니다.

  • 안전 검색 : 검색 결과에 대한 콘텐츠 필터링 수준을 제어합니다.

Related MCP server: SearXNG MCP Server

도구

  • 검색__검색

    • 페이지 분할을 통한 웹 검색 실행

    • 입력:

      • query (문자열): 검색 쿼리입니다. 이 문자열은 외부 검색 서비스로 전달됩니다.

      • pageno (번호, 선택 사항): 검색 페이지 번호, 1부터 시작(기본값 1)

      • time_range (문자열, 선택 사항): 시간 범위로 결과 필터링 - 다음 중 하나: "일", "월", "년" (기본값: 없음)

      • language (문자열, 선택 사항): 결과에 대한 언어 코드(예: "en", "fr", "de") 또는 "all"(기본값: "all")

      • safesearch (숫자, 선택 사항): 안전 검색 필터 수준(0: 없음, 1: 보통, 2: 엄격)(기본값: 인스턴스 설정)

  • _URL_읽기

    • URL에서 콘텐츠를 읽고 마크다운으로 변환합니다.

    • 입력:

      • url (문자열): 가져와서 처리할 URL

구성

SEARXNG_URL 설정

  1. 공개 인스턴스 목록 에서 SearxNG 인스턴스를 선택하거나 로컬 환경을 사용하세요.

  2. SEARXNG_URL 환경 변수를 인스턴스 URL로 설정합니다.

  3. 기본 SEARXNG_URL 값은 http://localhost:8080 입니다.

Claude Desktop과 함께 사용

Smithery를 통해 설치

Smithery 를 통해 Claude Desktop에 SearxNG 서버를 자동으로 설치하는 방법:

지엑스피1

엔피엑스

{
  "mcpServers": {
    "searxng": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-searxng"
      ],
      "env": {
        "SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
      }
    }
  }
}

국립민간공원

npm install -g mcp-searxng

그리고 MCP 구성 파일에서:

{
  "mcpServers": {
    "searxng": {
      "command": "mcp-searxng",
      "env": {
        "SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
      }
    }
  }
}

도커

Docker Hub에서 미리 빌드된 이미지 사용

docker pull isokoliuk/mcp-searxng:latest

claude_desktop_config.json 에 다음을 추가하세요:

{
  "mcpServers": {
    "searxng": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SEARXNG_URL",
        "isokoliuk/mcp-searxng:latest"
      ],
      "env": {
        "SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
      }
    }
  }
}

지역적으로 구축

docker build -t mcp-searxng:latest -f Dockerfile .

사용

claude_desktop_config.json 에 다음을 추가하세요:

{
  "mcpServers": {
    "searxng": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SEARXNG_URL",
        "mcp-searxng:latest"
      ],
      "env": {
        "SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
      }
    }
  }
}

특허

이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
1dResponse time
1wRelease cycle
43Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that integrates with the SearXNG API to provide comprehensive web search capabilities with features like time filtering, language selection, and safe search. It also enables users to fetch and convert web content from specific URLs into markdown format.
    2
    13
    4
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that integrates the SearXNG API for web search and URL content extraction with advanced features like pagination, caching, and proxy support.
    4
    22,508
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Serper MCP — wraps the Serper Google Search API (serper.dev)

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • MCP server for Google search results via SERP API

View all MCP Connectors

Latest Blog Posts

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/ihor-sokoliuk/mcp-searxng'

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