SearXNG Server
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 설정
공개 인스턴스 목록 에서 SearxNG 인스턴스를 선택하거나 로컬 환경을 사용하세요.
SEARXNG_URL환경 변수를 인스턴스 URL로 설정합니다.기본
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:latestclaude_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 파일을 참조하세요.
Maintenance
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
- AlicenseAqualityCmaintenanceAn MCP server implementation that integrates the SearXNG API for powerful web search capabilities and uses @missionsquad/puppeteer-scraper to read and process live web content.2181MIT
- AlicenseBqualityDmaintenanceAn 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.2134MIT
- AlicenseAqualityBmaintenanceAn MCP server that integrates the SearXNG API for web search and URL content extraction with advanced features like pagination, caching, and proxy support.422,5082MIT
- Alicense-qualityDmaintenanceAn MCP server that integrates the SearXNG API to provide web search with pagination, filtering, and URL content extraction.28MIT
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
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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