Skip to main content
Glama

searxng-mcp-server

SearXNG MCP 서버

SearXNGMCP(모델 제어 프로토콜) 서버는 AI 어시스턴트가 SearXNG 인스턴스를 통해 웹을 검색할 수 있도록 해줍니다.

특징

  • 간단한 API 호출을 통해 SearXNG를 사용하여 웹 검색
  • 사용 가능한 검색 엔진에 대한 정보를 얻으세요
  • 카테고리, 언어, 안전 검색 설정을 포함한 검색 매개변수 구성

MCP 구성에서의 사용

지엑스피1

Docker 사용법

Docker를 사용하여 이 MCP 서버를 실행할 수 있습니다.

# Build the Docker image docker build -t searxng-mcp-server . # Run the container # Replace https://searxng.example.com with your actual SearXNG instance URL docker run -p 8080:8080 searxng-mcp-server

API 도구

찾다

def search(query: str, categories: Optional[str] = None, engines: Optional[str] = None, language: Optional[str] = None, page: int = 1, time_range: Optional[str] = None, safe_search: int = 1)

사용 가능한 엔진 가져오기

def get_available_engines()

지역 개발

요구 사항:

  • 파이썬 3.11+
  • uv(Python 패키지 관리자)
# Install dependencies uv sync # Run the server uv run server.py --url https://searxng.example.com
-
security - not tested
A
license - permissive license
-
quality - not tested

SearXNG를 위한 TypeScript 기반 MCP 서버로, 사용자가 간단한 URI와 메타데이터를 사용하여 텍스트 노트를 만들고 요약할 수 있으며, 저장된 콘텐츠와 자연어 상호 작용이 용이합니다.

  1. 특징
    1. MCP 구성에서의 사용
      1. Docker 사용법
        1. API 도구
          1. 찾다
          2. 사용 가능한 엔진 가져오기
        2. 지역 개발

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A TypeScript-based MCP server that enables users to manage text notes and generate summaries, showcasing key MCP concepts like resource representation and LLM integration.
            Last updated -
            1,667
            JavaScript
            • Apple
          • A
            security
            F
            license
            A
            quality
            A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.
            Last updated -
            12
            1
            TypeScript
            • Apple
          • -
            security
            F
            license
            -
            quality
            A TypeScript-based MCP server that implements a simple notes system, allowing creation and management of text notes with URIs and metadata.
            Last updated -
            9
            JavaScript
            • Apple
          • -
            security
            F
            license
            -
            quality
            A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.
            Last updated -
            JavaScript
            • Apple

          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/maccam912/searxng-mcp-server'

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