mcp-searxng-public
공개 SearXNG 인스턴스를 쿼리하고 HTML 콘텐츠를 JSON 결과로 구문 분석하는 MCP 서버
이론적 해석
제가 본 모든 SearXNG용 MCP 서버는 출력 형식으로 "json"을 사용합니다. SearXNG MCP 서버를 코딩하는 데는 확실히 더 빠른 방법이지만, JSON 형식을 제공하지 않는 거의 모든 공개 서버에서는 제대로 작동하지 않습니다.
이 서버는 최대 3개의 공개 SearXNG 서버(하나는 기본으로, 다른 하나는 대체 서버로 사용)에서 데이터를 읽고 그 결과를 JSON으로 구문 분석합니다.
설치
npm install mcp-serxng-public
통해 설치합니다.
서버가 설치된 경우 실행 구성은 다음과 같습니다.
지엑스피1
( https://searx.space/ 의 모든 서버를 선택한 서버로 사용할 수 있습니다)
용법
서버는 하나의 엔드포인트( search
를 노출합니다. 엔드포인트는 두 개의 인수를 받습니다. query
- 검색 쿼리와 선택적 time_range
- https://docs.searxng.org/dev/search\_api.html 사양에 따라 시간 범위 매개변수( day
, month
또는 year
)를 받습니다.
반환되는 것은 객체의 배열입니다.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
HTML 콘텐츠를 JSON 결과로 구문 분석하여 공개 SearXNG 인스턴스를 검색할 수 있는 MCP 서버로, JSON API 액세스가 필요 없이 메타검색 기능을 제공합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server for connecting agentic systems to search systems via searXNG.Last updated -143PythonMIT License
- AsecurityAlicenseAqualityAn MCP server implementation that integrates the SearxNG API, providing web search capabilities.Last updated -2566107JavaScriptMIT License
- -securityAlicense-qualityA TypeScript-based MCP server for SearXNG that allows users to create and summarize text notes using simple URIs and metadata, facilitating natural language interaction with stored content.Last updated -1PythonMIT License
- -securityAlicense-qualityThe Search MCP Server enables seamless integration of network and local search capabilities in tools like Claude Desktop and Cursor, utilizing the Brave Search API for high-concurrency and asynchronous requests.Last updated -152PythonMIT License