searxng
MCP 검색
searchXNG를 통해 에이전트 시스템을 검색 시스템에 연결하기 위한 MCP 서버입니다.
도구
SearXNG로 웹 검색
Related MCP server: SearXNG MCP Server
프롬프트
지엑스피1
용법
uvx를 통해
클라이언트 JSON을 다음과 같이 구성하세요.
{
"mcpServers": {
"searxng": {
"command": "uvx",
"args": [
"mcp-searxng"
]
}
}
}git clone을 통해
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
환경 변수
SEARXNG_URLsearchng 서버의 URL로 설정합니다(기본값은http://localhost:8080입니다)MCP 클라이언트를 실행하면 검색을 통해 웹을 검색할 수 있어야 합니다.
참고: Claude Desktop을 사용하는 경우 서버를 다시 실행하기 전에 프로세스(작업 관리자 또는 이와 동등한 프로그램)를 종료해야 합니다.
Available Tools
1 toolsearchB
search the web using searXNG. This will aggregate the results from google, bing, brave, duckduckgo and many others. Use this to find information on the web. Even if you do not have access to the internet, you can still use this tool to search the web.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions aggregation from multiple engines and offline capability, which adds some context, but fails to disclose critical traits like rate limits, authentication needs, result format, or pagination behavior. For a web search tool with zero annotation coverage, this leaves significant gaps in understanding how it behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized with three sentences that are front-loaded: the first states the core purpose, the second explains aggregation, and the third adds usage context. Each sentence earns its place without redundancy, though minor trimming could improve flow.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (web search with aggregation), no annotations, no output schema, and low schema coverage, the description is partially complete. It covers the purpose and some usage context but misses behavioral details and output expectations. This is adequate as a minimum viable description but has clear gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 1 parameter with 0% description coverage, so the description must compensate. It implies the 'query' parameter is for web searches but doesn't add specific meaning beyond that (e.g., syntax examples or constraints). Since schema coverage is low, the description provides minimal value, meeting the baseline for adequate but incomplete parameter information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'search the web using searXNG' with the specific verb 'search' and resource 'the web'. It explains that it aggregates results from multiple search engines (Google, Bing, etc.), which distinguishes it from a basic search tool. However, since there are no sibling tools mentioned, the differentiation aspect is not applicable, preventing a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage context: 'Use this to find information on the web' and notes it works even without internet access, which is helpful guidance. However, it lacks explicit when-not-to-use scenarios or alternatives, as there are no sibling tools to compare against, so it doesn't reach the highest score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
v1.0.0- First observed
search
TDQS
Scored across 1 tool
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.
A single tool inherently has perfect naming consistency, as there are no other tools to compare it against for patterns or conventions.
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.
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
Related MCP Connectors
Free web search for AI agents. No API key required. Hosted MCP in active development.
MCP server for Google search results via SERP API
Docs: https://docs.keenable.ai/mcp-server Keenable is a free, remote MCP server that gives agents access to the web index. Search the web with ranked results and date/site filters, then fetch any indexed page as clean markdown. Works out of the box with no account or API key.
Related MCP Servers
- FlicenseAqualityAmaintenanceAn 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.74-
- AlicenseNot gradedqualityFmaintenanceAn MCP server that integrates the SearXNG API to provide web search with pagination, filtering, and URL content extraction.7 npmMIT
- AlicenseAqualityBmaintenanceMCP server for local web search via SearXNG, providing unlimited queries without API keys or cost, with automatic fallback to public instances.31MIT
- AlicenseAqualityBmaintenanceAn 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.438 npm1MIT